Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

.rodata section loaded in executable page

linux x86 paging elf

Tool for modifying dynamic section of an ELF binary

c linux elf

Can I change the Global Offset Table/GOT or Procedural Linkage Table/PLT programmatically?

c gcc assembly ld elf

Difference between static library and relocatable object file?

What does "COM" means in the Ndx column of the .symtab section?

c gcc elf

Print the symbol table of an ELF file

c elf mmap symbol-table

Where do uninitialized Global Variables go after initializing?

c linker elf

How to list all externally-undefined symbols of a static library on Linux?

How does Linux execute a file? [closed]

linux elf

ELF Dynamic loader symbol lookup ordering

linux gcc ld elf binutils

How read ELF header in C?

c elf

Proxy shared library (sharedlib, shlib, so) for ELF?

c dll proxy shared-libraries elf

Maximum stack size needed for a C program on MSP430

c stack elf msp430

How to add (and use) binary data to compiled executable?

c exe elf portable-executable

ELF sections not being mapped to segments as expected

What are the real ELF TLS ABI requirements for each cpu arch?

GCC 4.8 inserts version 4 in a compilation unit header even with -gdwarf-2

c gcc elf dwarf

How do I load and execute an ELF binary executable manually?

c elf

with RIP-addressing, why x86-64 still need relocations?

Extract detailed symbol information (struct members) from elf file compiled with ARM-GCC

debugging gcc arm elf objdump