Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

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

SegFault due to an extended 64 bit variable

Address of element within a structure from elf executable

elf dwarf nm readelf

ELF - what's the purpose o the sh_offset field?

elf