CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
elf
09-09
Enterprise
Remove bytes from list of bytestrings
08-28
Mobile
Function address in a Position Independent Executable
08-09
OS
Extracting instructions from an ELF file
08-06
Net
relocation error: symbol pthread_getattr_np, version GLIBC_2.2.5 not defined in file libpthread.so.0
07-20
Back-end
Read specific line of a file and then set it as a variable
07-12
other
What is the smallest x86_64 Hello World ELF binary?
06-15
Blockchain
Different instructions when compiling C into ARM64 on linux vs mac
06-09
Blockchain
How to find EH_FRAME
05-25
Blockchain
patchelf set interpreter to a path relative to executable
04-24
Mobile
I am getting segmentation fault - assembly
04-07
Net
How to use -fPIC and -fPIE GCC options correctly
04-05
Software engineering
va_args not accepting signed integer in C
03-18
Software engineering
Creating a relocatable elf binary with C without libelf nor any other libraries
03-10
database
ELF symbol name occurs twice (.data.rel.ro and .bss)
03-07
OS
Calculate the entry point of an ELF file as a physical address (offset from 0)
02-25
Back-end
ELF section identification
02-25
front end
Can `dlopen` be used to load and mmap a static ELF executable (not library)?
02-24
Blockchain
How does the ELF loader mmap sections smaller than a page size?
02-14
Software engineering
What is the role of program interpreters in executable files?
12-28
database
How to find which shared library exported which imported symbol in my binary?
12-20
other
Why does the .bss segment have no executable attribute?
12-14
Blockchain
Why function that refers to a global function in the same section can only be solved at link time wh
12-12
OS
gdb dump entire memory for bare metal program
12-06
Blockchain
Why must a program and all its statically defined systems built with the RISC-V Toolchain fit within
11-25
front end
clang/gcc cannot set global variables to an address constant plus another address constant
11-24
Net
how do I dump the shellcode from an aarch64 binary with objcopy?
11-14
Software design
Undefined reference in static library to global symbol included in an earlier included static librar
11-04
Software design
Bare metal RISC-V CPU - how does the processor know which address to start fetching instructions fro
11-04
Blockchain
Scattered maps found in /proc/PID/maps
11-04
Software design
How to determine if an ELF file is a Go ELF file?
10-18
Back-end
how to get heap start address of a elf binary
10-10
Blockchain
When do functions get .plt entries in GLIBC when there are multiple definitions?
10-08
Enterprise
What is Value in Symbol Table?
09-18
Software design
Why does linkage affect whether relocations are needed for relative jumps in the same section?
Links:
CodePudding