WASM (WebAssembly)

2025-04-03

WebAssembly (WASM) is a low-level binary instruction format designed for efficient execution and portability on the web. It allows code written in ...

Read More

WinPcap

2025-04-03

WinPcap is a packet capture library for Windows, similar to libpcap

Read More

WireGuard

2025-04-03

WireGuard is a minimal VPN protocol and implementation designed for simplicity, speed, and strong cryptographic defaults. It runs in the Linux kernel ...

Read More

/proc/PID/maps

2025-04-02

/proc/PID/maps is a file on procfs-enabled systems that shows the memory map of a process.

It lists all memory regions used by the process, including ...

Read More

/proc/PID/stack

2025-04-02

The /proc/PID/stack file on procfs-enabled systems contains information about the stack of the specified process (PID)

% sudo cat /proc/self/stack ...

Read More

/proc/PID/status

2025-04-02

/proc/PID/status is a file in procfs-enabled systems that provides detailed information about the specified process id in human-readable form.

Read More

ad-hoc

2025-04-02

Ad hoc is a Latin phrase meaning “for this”, often used in English to refer to a solution designed for a specific purpose or task than a ...

Read More

AMSI patching

2025-04-02

AMSI patching refers to a post-exploitation bypass technique for AMSI in which the attacker patches the AmsiScanBuffer function in memory to force it ...

Read More

anatomyofreallinuxintrusion

2025-04-02

Read More

anti-debugger

2025-04-02

anti-debugger techniques are anti-analysis or anti-forensics techniques typically employed by malware authors that cause debuggers to crash, not ...

Read More