ELF Format Cheatsheet Introduction Executable and Linkable Format (ELF), is the default binary format on Linux-based systems. Compilation
Tech Links See also my tech blog. Compilers, Interpreters, Language Design, etc. /r/compilers /r/programminglanguages melling's list of links
Understanding the Memory Layout of Linux Executables Required tools for playing around with memory: hexdump objdump readelf xxd gcore