UTC
2025-04-03
UTC (Coordinated Universal Time) is the primary time standard by which the world regulates clocks and time. It is not affected by time zones or ...
Read More
virtualenv
2025-04-03
virtualenv is a Python tool for creating isolated environments, allowing separate dependency trees per project without affecting the system-wide ...
Read More
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)
Read More% sudo cat /proc/self/stack ...
/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