Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

How to find the offset of the section header string table of an elf file?

c linux elf

Linux size command, why are bss and data sections not zero?

memory c c++ elf

Accessing main arguments outside of main on Linux

c linux elf

finding integer declared variables in ELF executable using a hex editor

elf hex hex-editors

where should the .bss section of ELF file take in memory?

c linux memory elf

Mach-O's two-level namespace symbol resolution in ELF/linux

linux macos linker elf mach-o

x86_64: Is it possible to "in-line substitute" PLT/GOT references?

gcc assembly x86-64 ld elf

Relocatable symbols in ELF format (assembly language)

assembly gnu elf

Disable GOT in GCC

How are strings encoded in an ELF file?

c string elf

How to use libelf to generate an ELF file for my own compiler?

c file assembly x86 elf

Unresolvable `R_X86_64_NONE` relocation

gcc linker description file force symbol to be at specific address

c++ c gcc linker elf

How to convert an ELF executable to C code? The generated C code need not be human-readable

c linux transform elf

Find function's start offset in ELF

Extract global variables from a.out file

dladdr doesn't return the function name

c linux elf

Why is the ELF entry point 0x8048000 not changeable with the "ld -e" option?

linker elf memory-layout

Where are global variables located in the elf file

c linux elf