dividing by zero

2025-04-13

In mathematics and computer science, dividing by zero is impossible. In computers, division by zero typically results in a trap and typically ... Read More

duke

2025-04-13

Mark Dowd (duke) is an Australian hacker, author, and entrepreneur known for The Art of Software Security Assessment and several exploits released ... Read More

EIP

2025-04-13

EIP and RIP are the instruction pointer registers for x86 and x86_64 processors, respectively. Read More

envp

2025-04-13

envp is an array of strings passed to main() that holds a process’s environment variables. Read More

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 Notes kprobes kernel patching rootkit backdoor file ... Read More