Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

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

Storage of local constants in C

c linker elf

There is a signature for a specific ABI in an ELF or binary file?

x86 arm elf abi

Can functions/symbols in the same assembly file be re-ordered to different virtual addresses when linked?

assembly memory linker elf

Go: Not running on powerpc64 (big-endian)

go installation elf powerpc