A deep dive into Ange Albertini-style funky file format covering Polyglots or Angecryption.
2025-12-02
2834 words
14 minutes
memory malloc
Mathéo CRESPEL
Explain how a program manages its memory within Linux, from the call to malloc() to the use of memory pages via mmap(), using the /proc tools and concrete visualizations.
This article explains why using rm on Linux doesn’t truly erase files and how tools like extundelete can recover them. It introduces shred as a safer alternative for secure deletion and contrasts behavior on ext4 with modern copy-on-write filesystems like Btrfs and ZFS.
Explore how to reverse engineer a USB device’s communication protocol using tools like lsusb, usbmon, and Wireshark, then implement a custom Linux kernel driver to handle its input/output by directly interfacing with its USB endpoints. The driver will specifically target the DualShock 4 controller.
A discovery of the evolution of anti-cheating technolgies over the years
A brief introduction to building a custom operating system in Rust, starting with the bootloader. This article covers setting up the development environment, creating a minimal bootable kernel, and understanding how the boot process works at a low level.
Using the example of mobile payment, the idea is to understand how NFC works and how it interacts with other system layers.
Les systèmes embarqués sont au cœur de l’aéronautique moderne.
Deep dive into Netfilter, the packet filtering framework of the Linux kernel
This article will explore how applications compiled for the x86 architecture can be executed on macOS systems running on ARM64 hardware. The objective is to understand why we need tools for it, and to dissect different existing solutions.