Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

How can I get the architecture of a '.a' file?

linux elf

Why is address 0x400000 chosen as a start of text segment in x86_64 ABI?

linux memory x86-64 elf abi

What functions does gcc add to the linux ELF?

c linux gcc assembly elf

How to strip executables thoroughly

linux gcc executable elf strip

What does exactly the warning mean about hidden symbol being referenced by DSO?

Do .bss section zero initialized variables occupy space in elf file?

c++ storage elf segments

readelf vs. objdump: why are both needed

linux elf objdump readelf

arm gcc toolchain as arm-elf or arm-none-eabi, what is the difference?

gcc arm elf cortex-m3 eabi

What are the meanings of the columns of the symbol table displayed by readelf?

symbols elf

Why GCC compiled C program needs .eh_frame section?

What do R_X86_64_32S and R_X86_64_64 relocation mean?

What exactly does `-rdynamic` do and when exactly is it needed?

Floating point exception ( SIGFPE ) on 'int main(){ return(0); }'

c linux gcc elf sigfpe

How to retrieve the GCC version used to compile a given ELF executable?

gcc elf

What's the difference of section and segment in ELF file format

linux debian gnu elf abi

How can I examine contents of a data section of an ELF file on Linux?

linux elf objdump object-code

C/C++ with GCC: Statically add resource files to executable/library

How to disassemble one single function using objdump?

bcrypt invalid elf header when running node app

node.js elf bcrypt

What is the difference between ELF files and bin files?

arm elf