Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Why does linkage affect whether relocations are needed for relative jumps in the same section?

c assembly linker x86-64 elf

How do I strip section header table in an ELF file?

How do I make a .section in ELF format read only with GNU GAS?

assembly elf gnu-assembler

ELF - entry point address changed at runtime

c linux elf

Reading ELF String Table on Linux from C

elf ptrace

Linux executable doesn't work after patchelf

linux gcc elf nixos

What does an ELF relocation in .bss, but relative to .bss, mean?

assembly linker elf

How to get a pointer to a specific executable file's section of a program from within itself? (Maybe with libelf)

c linux assembly elf

Make all pages readable/writable/executable

elf virtual-memory mprotect

Running a mix of 32 and 64 bit native libraries in a Java application

java 32bit-64bit jna elf

Why is my binary much smaller than my object file?

gcc compilation linker elf

Need to get the attribute type offset of a DWARF DIE

c debugging elf dwarf

How to find relocation table info for ppc

elf powerpc dwarf

What is the difference between executable formats?

Investigating the size of an extremely small C program

c linux x86 elf strip

How to generate ELF file format for JIT code for GDB?

compilation gdb elf jit dwarf

What to do with "DWARF error: section .debug_info is larger than its filesize!"?

GNU ld: -z origin? -rpath $ORIGIN/../lib?

gnu ld elf binutils