function calls
2025-04-13
Read More
global variable
2025-04-13
A global variable is a variable declared outside of a function that is typically accessible from anywhere within the same source file or multiple ...
Read More
IDA pro
2025-04-13
IDA Pro (Interactive Disassembler Professional) is a disassembler and debugger used for reverse engineering, developed by Hex-Rays. ...
Read More
int3
2025-04-13
int3 is a x86 instruction (0xCC) that triggers a breakpoint interrupt, commonly used by debuggers to pause execution.
Read More
kallsyms_lookup_name
2025-04-13
kallsyms_lookup_name is a Linux kernel function that allows the lookup of a symbol’s address by its name.
Read More
kernelinstrumentationusingkprobes-elfmaster2010
2025-04-13
Kernel instrumentation using kprobes
by ElfMaster
November 17, 2010
https://phrack.org/issues/67/6
Read More
Notes ...
LIFO
2025-04-13
LIFO (Last In, First Out) is a data organization method commonly used with stack-based data structures.
Read More
PaX
2025-04-13
PaX is a set of kernel patches for the Linux kernel that implement memory protection mechanisms to harden systems against memory corruption ...
Read More
process image
2025-04-13
A process image is the complete representation of a running program or process in memory.
Read More
PT_INTERP
2025-04-13
In ELF binaries, the PT_INTERP program header specifies the path to the dynamic linker.
Read More