armouringtheelf-grugq_scut2001
2025-04-14
Armouring the ELF: Binary encryption on the UNIX platform by grugq and scut Phrack Magazine Issue 58 article 5 https://phrack.org/issues/58/5 Notes ... Read More
howdoyouactuallyfindbugs-dowd2022
2025-04-14
How Do You Actually Find Bugs? by Mark Dowd OffensiveCon 2022 Notes Read More
obfucation
2025-04-14
Read More
.data section
2025-04-13
The .data section of an executable file contains initialized global and static variables that can be modified at runtime. Read More
.text section
2025-04-13
the .text section of an executable file (such as ELF or PE) is where the actual program code (machine instructions) lives. Read More
0x08048000
2025-04-13
0x08048000 is a historically common base virtual address for the text section of 32-bit Linux ELF binaries. Read More
address space
2025-04-13
An address space is the range of memory addresses that a process or system can use to access memory. Read More
AMSAT
2025-04-13
The Radio Amateur Satellite Corporation (AMSAT) is an organization dedicated to foster amateur radio participation with space research and ... Read More
argc
2025-04-13
in C and C++ programs argc is the number of command line arguments passed to the main function, including the program’s name. Read More
breakpoint
2025-04-13
A breakpoint is a designated spot in a program where execution is intentionally paused, allowing a debugger to inspect the state of a program. Read More