Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

ELF format manipulation

c linux kernel elf

Embedding binary into elf with objcopy may cause alignment issues?

gcc arm alignment elf

Python option parser overwrite '-h'

python elf

android static library bad ELF number

android static numbers elf

Finding the root cause of `undefined reference` error

c gcc linker linker-errors elf

Is it possible to link to a shared library without access to the library itself?

How does linker find shared library without SONAME

gcc shared-libraries elf

program loading/execution

c++ linux gcc llvm elf

What does an "Algn" of 2**2 and 2**0 mean in the output of objdump?

c elf objdump

Locating the Global Offset Table in an ELF file

c++ linux elf

missing symbols in valgrind stacktrace

x86 ELF Disassembler that disassembles to Intel Syntax

linux x86 elf disassembly

How can global variables' addresses be randomized if they're hardcoded inside the ELF?

c elf dwarf aslr

Why can't I find the int value in a binary

c linux elf hexdump

The variable name defined in .bss section can not be found in gdb

How to run a bare metal ELF file on QEMU?

kernel elf qemu

CPU dependent code: how to avoid function pointers?

c arm cpu ld elf

What is the purpose of the assembly instructions after a function I see with ndisasm?

GCC/ELF - from where comes my symbol?

linux gcc solaris elf ld

How to debug program with custom elf interpreter?

debugging gdb ld elf