Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

COFF on Linux or ELF on Windows

windows unix elf coff

ELF core file format

gdb elf coredump

What does a compiled C++ class look like?

Inline static data causes a section type conflict

c++ gcc linker elf

which part of ELF file must be loaded into the memory?

c linux memory elf

Where is the "Section to segment mapping" stored in ELF files?

Can I specify an integer constant by its bytes?

c++ c++11 elf

How can I override a class scoped __declspec(dllexport) annotation on a per-member basis?

Remove file paths from TEXT directives in go binaries

go elf

Why is function's length information of other shared lib in ELF?

c++ linux elf powerpc

When are GAS ELF the directives .type, .thumb, .size and .section needed?

How to find the main function's entry point of elf executable file without any symbolic information?

linux reverse elf

Why Linux/gnu linker chose address 0x400000?

linux x86 x86-64 ld elf intel

Difference in position-independent code: x86 vs x86-64

c linux x86 x86-64 elf