Latest Articles

  • Building a Simplified and Efficient 6502 Emulator

    Building a Simplified and Efficient 6502 Emulator The 6502 emulator is a fascinating project that allows us to recreate the functionality of the 6502 microprocessor. While many existing emulators rely heavily on macros or implement each addressing mode of each instruction separately, we can take a middle-ground approach to create a bug-free and efficient emulator. …

  • Converting Barman Commands to a RESTful API

    Barman API: Converting Barman Commands to a RESTful API The Barman API project aims to convert Barman commands into a RESTful API. Barman is an open-source PostgreSQL backup and recovery manager. This project provides a more user-friendly and convenient way of interacting with Barman by exposing its functionalities through a RESTful API interface. Scope and …

  • Parsing and Analyzing VMFS File System with Dissect.vmfs

    Article Introduction In the world of virtualization, the VMFS file system plays a crucial role in storing and managing virtual machine data. Understanding its inner workings and being able to parse and analyze it can provide valuable insights. In this article, we will explore Dissect.vmfs, a Python module that allows us to parse and analyze …