LINKDING
Shared bookmarks
Making our own executable packer
https://fasterthanli.me/series/making-our-own-executable-packer
Tags
#blog
#hacking
#article
#binary
#elf
Date added
Nov. 15, 2024, 12:30 a.m.
Description
In this series, we'll attempt to understand how Linux executables are organized, how they are executed, and how to make a program that takes an executable fresh off the linker and compresses it - j...