Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

__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