Category Personal

Introduction to bpftrace

bpftrace is a high-level tracing language for Linux eBPF. It provides a concise way to write tracing programs that can efficiently extract information from the Linux kernel and userspace. Some key features of bpftrace include: bpftrace programs consists of probe…

Understanding the Linux File System

Introduction: The Linux file system is the backbone of the operating system, serving as the foundation for managing data and files. It plays a crucial role in organizing and storing information, and understanding how it works is essential for anyone…

What are YARA rules?

In the ever-evolving landscape of cybersecurity, having the ability to quickly identify and respond to threats is crucial. YARA, a powerful and flexible tool, plays a vital role in this effort. In this blog, we’ll introduce you to YARA rules,…