Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Dynamically modify symbol table at runtime (in C)

symbols elf ld-preload

Why is there unused, empty space between ELF sections?

linux gcc elf binutils

How do global variables get initialized by the elf loader

initialization global elf

How to stop GCC from combining string literals that share the same suffix?

c gcc elf

Example of executable stack in Linux (i386 architecture)

c linux gcc x86 elf

can a program read its own elf section?

linux elf backtrace

How to create an ELF executable on Mac OS X?

macos nasm ld elf

Using $ORIGIN to specify the interpreter in ELF binaries isn't working

linux linker elf

compare executable or object file

linux compare elf strip

Objcopy elf to bin file

stm32 elf bin objcopy

How to display the symbol's type like the nm command?

c unix command elf nm

ELF program header virtual address and file offset

linux gcc binary elf

Difference between .dynamic .dynsym and .dynstr in an ELF executable

linux x86 elf

Accessing ELF symbol table in C

c elf symbol-tables

ELF, Build-ID, is there a utility to recompute it?

linux linker elf

Smallest executable program (x86-64)

assembly x86-64 elf

ELF program header segments sizes and offsets

header size offset elf segment

Why an ELF executable could have 4 LOAD segments?

unix linker llvm ld elf

How to get the size of a C function from inside a C program or with inline assembly?

c gcc assembly elf gnu-assembler

Why is the address of argc different at each run of program?

c linux gcc elf