Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Is -fPIC for shared libraries ONLY?

c++ c gcc compilation elf

How to create a executable hex from elf file format

linux gcc elf icc objcopy

Bare metal RISC-V CPU - how does the processor know which address to start fetching instructions from?

Why do we need -rdynamic option in gcc? [duplicate]

How to print the compilation directory recored in linux elf binary?

linux gdb elf

Editing an ELF executable to reduce it's size

linux size executable elf

Working with ELF files

c linux elf

How to know which dynamic libraries are needed by an ELF?

header elf dll

Handling DWARF-5 relocations in a custom ELF loader

gdb elf jit dwarf relocation

ELF binary analysis static vs dynamic. How does assembly code| instruction memory mapping changes?

c x86 gdb elf objdump

Process sections: does a declaration add also something to .text? If yes, what does it add?

c arm declaration elf sections

what is segment 00 in my Linux executable program (64 bits)

linux assembly linker ld elf

An executable that doesn't require any library, even libc?

elf g-wan

What exactly is the point of the p_align field in the program headers of an ELF file

elf

ELF headers for in-memory Linux kernel?

linux kernel elf

Why does the executable built in 64 bit mode on linux show machine type as AMD x86 64?

linux makefile elf

How are shared libraries addressed in each processes memory?

c linux executable elf