Search code examples
why non-pic code can't be totally ASLR using run-time fixups?...


linuxx86-64elfaslrposition-independent-code

Read More
What exactly is the size of an ELF symbol (both for 64 & 32 bit) & how do you parse it...


executableelfobject-fileslddreadelf

Read More
Why must a program and all its statically defined systems built with the RISC-V Toolchain fit within...


linuxgccoperating-systemelfriscv

Read More
Static and dynamic linking w.r.t. portability, in the context of Go...


linuxgolinkerglibcelf

Read More
how do I dump the shellcode from an aarch64 binary with objcopy?...


assemblyarmelfarm64binutils

Read More
Bare metal RISC-V CPU - how does the processor know which address to start fetching instructions fro...


assemblycpu-architectureelfriscvriscv32

Read More
How can I know if an ELF file is for Cortex-A or Cortex-M?...


armexecutableelfcortex-mcortex-a

Read More
cmake install() behaviour? Why does the binary look in PWD if this directive is given...


linuxinstallationshared-librarieselfrpath

Read More
Undefined reference in static library to global symbol included in an earlier included static librar...


cstatic-librarieselfstatic-linkingmusl

Read More
Exactly what is a symbol reference in an object file?...


linkerldelf

Read More
Usage of %line directive in NASM with dwarf debug format does not result in expected line numbers...


x86-64nasmelfdwarf

Read More
Distinguish .shstrtab and .strtab in ELF file...


linuxelfstring-table

Read More
How to remove useless empty space between ELF sections after removing section?...


binaryfileselfobjcopycode-size

Read More
Any documentation for .init_array function arguments?...


cgccelf

Read More
How to determine if an ELF file is a Go ELF file?...


goelfreadelf

Read More
Scattered maps found in /proc/PID/maps...


linuxmemorylinux-kernelelf

Read More
extract source code from ELF with debug symbols...


elfdebug-symbolsobjdump

Read More
binary file generated by gcc objcopy has a size much larger than sum of 'text' and 'data...


gccelfobjcopy

Read More
Packing a file into an ELF executable...


binaryembedfile-formatelf

Read More
I compile a nearly empty .c file. What's in its .text section?...


clinuxgccelf

Read More
freshly built Ubuntu executable fails with "Invalid argument" (exit code 126)...


c++linuxubuntulinkerelf

Read More
Section vs. segment?...


assemblyelf

Read More
What are the differences between PE and ELF binary formats?...


linuxwindowselfportable-executableexecutable-format

Read More
how to get heap start address of a elf binary...


cheap-memoryelf

Read More
Convert a statically linked elf binary to dynamically linked...


clinuxelfopenonload

Read More
How does the address of R_X86_64_PLT32 computed?...


c++linkerelf

Read More
When do functions get .plt entries in GLIBC when there are multiple definitions?...


celfglibcstatic-linkingdynamic-linking

Read More
Who performs runtime relocations?...


linuxelfdynamic-linkingrelocation

Read More
What is Value in Symbol Table?...


assemblyx86-64elfatt

Read More
Zero initialized segments/sections in ELF files...


operating-systemelf

Read More
BackNext