Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...
So I had a little time on my hands a couple weeks ago and decided to explore how to use eBPF to...
Have you ever wondered how exactly your Linux system knows when a program is running, a file system...
I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...
I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...
Have you ever wondered how much energy your applications are consuming? As energy efficiency becomes...
In this post, we’ll explore how to build high-performance Linux tracing tools using eBPF and Rust....
Introduction to Uprobes In the previous post, we explored kprobes and demonstrated a...
In our previous post, we built a syscall tracer with Rust + eBPF. Today, we’ll unpack the core...
I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...
I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...
Introduction 🌐🔒🚀 As cloud-native applications scale, securing workloads while maintaining...
When it comes to tracing the Linux kernel, kprobes and kretprobes are some of the oldest and most...
Quick Summary: 📝 Kyanos is an eBPF-based network analysis tool designed to efficiently...
Once again I am playing with eBPF and bpftrace. This time I am trying to trace all file access....
Picture this: your AI agent is autonomously writing code and executing commands, but you have no idea...
Enhancing your Aya program with eBPF maps Joseph Ligier ・...
eBPF enables safe and efficient kernel extensions without altering the kernel’s source code. It...
Despite the rise of OpenTelemetry and eBPF, most developers don't know what automatic instrumentation...
When I finished my introduction to eBPF with Aya, I was already happy to have started to understand...
Welcome back to OpsSecurely! Today, we’re kicking off our eBPF series , but before we dive into that...
In the previous episode, we took a detailed look at uProbes with eBPF. In hindsight, it was more of...
Modularizing your Aya program with tail calls Joseph...
eBPF (Extended Berkeley Packet Filter) is a powerful and flexible technology that allows programs to...