Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Is there a downside to using -Bsymbolic-functions?

.bss vs COMMON: what goes where?

c linker elf

Meaning of a Common String In Executables?

Why does the PLT exist in addition to the GOT, instead of just using the GOT?

Processing ELF relocations - understanding the relocs, symbols, section data, and how they work together

How to extract only the raw contents of an ELF section?

linux shell elf binutils

What do the .eh_frame and .eh_frame_hdr sections store, exactly?

Why do virtual memory addresses for linux binaries start at 0x8048000?

How can I get the architecture of a '.a' file?

linux elf

Why is address 0x400000 chosen as a start of text segment in x86_64 ABI?

linux memory x86-64 elf abi

What functions does gcc add to the linux ELF?

c linux gcc assembly elf

How to strip executables thoroughly

linux gcc executable elf strip

What does exactly the warning mean about hidden symbol being referenced by DSO?

Do .bss section zero initialized variables occupy space in elf file?

c++ storage elf segments

readelf vs. objdump: why are both needed

linux elf objdump readelf

arm gcc toolchain as arm-elf or arm-none-eabi, what is the difference?

gcc arm elf cortex-m3 eabi

What are the meanings of the columns of the symbol table displayed by readelf?

symbols elf

Why GCC compiled C program needs .eh_frame section?

What do R_X86_64_32S and R_X86_64_64 relocation mean?

What exactly does `-rdynamic` do and when exactly is it needed?