Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

How does gcc linker get the size of a function?

gcc linker symbols elf

Decompile ELF on Windows

elf decompiling ida

Modify visibility of symbol in compiled shared library

ELF64 loading & memory alignment

Why is the .bss section mapped into a process smaller than the bss reported in the object file?

Custom ELF sections for attaching stringy metadata

linux gcc elf

How does GDB know the length of a function?

linux gdb elf

Is the ELF Section Header Table necessary for Dynamically Linked ELF file?

linux elf dynamic-linking

How can I best pass a Global Offset Table (GOT) for my language on x86?

assembly x86 elf

Creating coredump for ARM based embedded system

embedded arm elf coredump

What is the .interp section in an ELF and how do custom loaders work?

linux elf loader

The meaning of these 16 bytes in the `.data` segment

c++ linux elf

How to change the name of executable entry point from main to something else?

c gcc linker ld elf

Why ELF program headers have two LOAD entries, while the program layout three sections

linux loading loader elf

What does "ENTRY" mean in a linker script?

Why size of extern variables is 0 in ELF?

c linker elf

Difference between Executable and Linkable Format(.elf) and Object(.o) file

c elf object-files

Retrieving Offsets, Strings and Virtual Address in .rodata and .rodata1

c linux elf

Static Address vs. Execution Address In An Elf Loader

linker arm elf arm64 relocation