Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

How to remap a symbol to call a different function

linux gcc elf

Accessing data appended to an ELF binary

linux gcc build elf

GCC outputs an executable ELF file when I want a shared library

Place .text section at the very end of ELF

linux gcc assembly ld elf

Strange ELF binary

Why the virtual address of ELF can be determined before it is mapped to virtual space?

Manually created ELF executable crashes with SIGSEGV

elf segmentation-fault

ELF program header offset

assembly elf

Different addresses in ELF header and process virtual memory

why segments in elf file can overlap

assembly elf segment

How do I override the linker specified in the .interp header of an elf executable under Linux?

How to extract function prototypes from an elf file?

What's the difference between data and data1 sections and the difference between rodata and rodata1 sections in a ELF file?

linker elf

Forcing a binary to use a specific (newer) version of a shared library (.so)

Finding the rendezvous (struct r_debug) structure of a process?

Overlapping mappings for loaded ELF segments

Using clang++, -fvisibility=hidden, and typeinfo, and type-erasure

c++ g++ visibility elf clang++

Symbol visibility, exceptions, runtime error

What is the difference between executable and relocatable in elf format?

elf

readelf -s does not output full variable names

linux elf dwarf readelf