Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

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

How to prevent user from reading strings stored in a binary?

c++ c linux string elf

ld linker script producing huge binary

ld elf linker-scripts

how about .bss section not zero initialized

c gcc elf