Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

How can I find which ELF dependency is not fulfilled?

linux elf dynamic-linking

File format differences between a static library (.a) and a shared library (.so)?

How can I generate an ELF file with GCC?

How to tell / force GNU ld to put a section/symbol in a specific part of the output ELF file?

linker ld elf multiboot

How to reduce default C++ memory consumption?

ldd doesn't work on dynamically linked binary

Convert a dynamically linked elf binary to statically linked [closed]

c++ c linux elf

Function pointer equality in C

Pack shared libraries into the elf [closed]

linux shared-libraries elf

How does adding a private member variable break C++ ABI compatibility?

getting the sh_name member in a section header elf file

c linux unix elf

How to remove a specific ELF section, without stripping other symbols?

gcc elf objcopy

understanding the __libc_init_array

Why does the compiler version appear in my ELF executable?

c linux gcc elf

Segmentation Fault With Char Array and Pointer in C on Linux

How do I add contents of text file as a section in an ELF file?

linker x86 nasm elf objcopy intel

How to make an executable ELF file in Linux using a hex editor?

linux assembly elf

What are the differences comparing PIE, PIC code and executable on 64-bit x86 platform?

c linux assembly x86 elf

How can I know what type of debug info is in an ELF object file?

c elf debug-symbols powerpc

Clarification on Binary file (PE/COFF & ELF) formats & terminology