Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Does 32bit x86 code need to be specially PIC-compiled for shared library files?

c linux shared-libraries elf pic

Get the address that caused segmentation fault from core dump using C

c elf coredump

String table in ELF

elf string-table

ELF, PIE ASLR and everything in between, specifically within Linux

compilation linker elf aslr

dumping C structure sizes from ELF object file

c struct size elf

Reading the contents of an ELF section(programmatically)

c linux file ubuntu 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