Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

What does a compiled C++ class look like?

Inline static data causes a section type conflict

c++ gcc linker elf

which part of ELF file must be loaded into the memory?

c linux memory elf

Where is the "Section to segment mapping" stored in ELF files?

Can I specify an integer constant by its bytes?

c++ c++11 elf

How can I override a class scoped __declspec(dllexport) annotation on a per-member basis?

Remove file paths from TEXT directives in go binaries

go elf

Why is function's length information of other shared lib in ELF?

c++ linux elf powerpc

When are GAS ELF the directives .type, .thumb, .size and .section needed?

How to find the main function's entry point of elf executable file without any symbolic information?

linux reverse elf

Why Linux/gnu linker chose address 0x400000?

linux x86 x86-64 ld elf intel

Difference in position-independent code: x86 vs x86-64

c linux x86 x86-64 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?