Newbetuts
.
New posts in elf
Do .bss section zero initialized variables occupy space in elf file?
c++
storage
elf
segments
What is default register state when program launches (asm, linux)?
linux
assembly
elf
cpu-registers
abi
How to extract only the raw contents of an ELF section?
linux
shell
elf
binutils
Pack shared libraries into the elf [closed]
linux
shared-libraries
elf
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
.bss vs COMMON: what goes where?
c
linker
elf
What are the meanings of the columns of the symbol table displayed by readelf?
symbols
elf
How do you get the start and end addresses of a custom ELF section?
c
gcc
elf
Why does the PLT exist in addition to the GOT, instead of just using the GOT?
assembly
executable
elf
dynamic-linking
Why do virtual memory addresses for linux binaries start at 0x8048000?
linux
x86
elf
memory-layout
How do I add contents of text file as a section in an ELF file?
linker
x86
nasm
elf
objcopy
What exactly does `-rdynamic` do and when exactly is it needed?
c
gcc
shared-libraries
elf
dynamic-loading
How can I make GCC compile the .text section as writable in an ELF binary?
c++
gcc
elf
Floating point exception ( SIGFPE ) on 'int main(){ return(0); }'
c
linux
gcc
elf
sigfpe
How can I relocate firmware for stm32?
linker
arm
stm32
elf
relocation
How to retrieve the GCC version used to compile a given ELF executable?
gcc
elf
How can I examine contents of a data section of an ELF file on Linux?
linux
elf
objdump
object-code
Why do Compilers put data inside .text(code) section of the PE and ELF files and how does the CPU distinguish between data and code?
x86
cpu
reverse-engineering
compiler-optimization
elf
Why GCC compiled C program needs .eh_frame section?
c
assembly
exception-handling
x86
elf
Prev
Next