virtual filesystem
2025-04-12
A virtual filesystem (VFS) is an abstraction layer in the operating system kernel providing interfaces for interacting with filesystems and allowing ...
Read More
web scraping
2025-04-12
Web scraping is the automated process of extracting data from websites.
Read More
artoflinuxkernelrootkit-tmpout4-matheuzsec_humzak711
2025-04-11
The Art of Linux Kernel Rootkit
by Matheuzsec and Humzak711
March 2025
tmp.Out Volume 4, article 10.
Read More
Notes ...
clone()
2025-04-11
Read More
DFIR
2025-04-11
Read More
dynamically linked
2025-04-11
Dynamically linked refers to programs that rely on external shared objects that are loaded into memory at runtime rather than being embedded directly ...
Read More
ent command
2025-04-11
The ent command measures the entropy of a file or data stream.
https://manpages.ubuntu.com/manpages/trusty/man1/ent.1.html
Read More
function call
2025-04-11
A function call is an instruction in a program that transfers exection to a defined function. Function calls typically accept parameters and return a ...
Read More
kernel thread
2025-04-11
A kernel thread is a thread of execution that runs entirely in kernel space. Kernel threads tend to perform low-level tasks like handling interrupts, ...
Read More
library call
2025-04-11
A library call is a function call made by a program to a routine provided by a software library.
Read More