Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to interpret the dynamic symbol table in an ELF executable?

dynamic elf symbol-table

Build static ELF without libc using unistd.h from Linux headers

linux gcc posix elf libc

Linking error with `libopencv_highgui.so` under Ubuntu 14.04, strange result with `libtiff.so.5`

Virtual destructor moves object out of rodata section

c++ gcc elf

virtual and physical addresses of sections in elf files

linker elf objdump

a.out replaced by ELF file format?

How to convert PE(Portable Executable) format to ELF in linux

Can I add a library refence to existing Shared Object?

Can a running C program access its own symbol table?

c linux gcc elf symbol-tables

Flags in objdump output of object file

linux elf objdump

Read GOT entry in Elf Binary

c++ linux elf

How to load a shared library without loading its dependencies?

c linux shared-libraries elf

Is it possible to write a zero-cost exception handling in C?

c exception optimization elf

load ELF file into memory

c assembly static arm elf