Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

__do_global_dtors_aux and __do_global_ctors_aux

Visibility of inline template functions

c++ templates gcc visibility elf

Why does a fully static Rust ELF binary have a Global Offset Table (GOT) section?

rust elf got

Adding own symbols for file in gdb

gdb symbols elf

Convert a statically linked elf binary to dynamically linked

c linux elf openonload

Is the ELF .notes section really needed?

elf strip binutils sections

How do you cross compile ELF executables for Android?

android cross-compiling elf

How can I make GCC compile the .text section as writable in an ELF binary?

c++ gcc elf

Is it possible to uniquely identify dynamically imported functions by their name?

Getting the ELF header of the main executable

c++ c linux elf

How can I find the dynamic libraries required by an ELF Binary in C++?

c++ linux binary elf decompiling

gcc compiled binaries w/different sizes?

c++ linux gcc elf

Analizing MIPS binaries: is there a Python library for parsing binary data?

python x86 mips elf dwarf

Has anyone been able to create a hybrid of PE COFF and ELF?

linux winapi binary elf coff

Linux user-space ELF loader

linux arm loader elf manual

Forcing certain compiler-generated variables into specific ELF sections (with gcc)

c gcc linker elf

What is the difference between a .o object file and a .so library file?

executable elf object-files