Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

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

Does 32bit x86 code need to be specially PIC-compiled for shared library files?

c linux shared-libraries elf pic

Get the address that caused segmentation fault from core dump using C

c elf coredump

String table in ELF

elf string-table

ELF, PIE ASLR and everything in between, specifically within Linux

compilation linker elf aslr

dumping C structure sizes from ELF object file

c struct size elf

Reading the contents of an ELF section(programmatically)

c linux file ubuntu elf