Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

What would happen if I delete/replace the shared library after it has been explicit loaded with dlopen()?

linux gcc elf

When is an ELF .text segment not an ELF .text segment?

linux-kernel elf hmac

How to use -fPIC and -fPIE GCC options correctly

c gcc compilation elf

How do I wrap a C-library including its header into a python program using CFFI?

How the basic link process works for ELF and PE

SegFault due to an extended 64 bit variable

Address of element within a structure from elf executable

elf dwarf nm readelf

ELF - what's the purpose o the sh_offset field?

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