Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

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

Call functions in the main executable from a shared object

c++ posix freebsd elf

Is there a system where executing a program and calling a function is unified?

Why gcc generates a PLT when it is apparently not needed?

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