Lavender Cover

Table of Contents

Introduction

What is this Can high school students develop a debugger? Lavender dbg is my answer.

It is a basic debugger, running on Linux and implemented in C++, aiming to create a debugger that is easy to read and expand.

In addition, Lavender's main function is to help users analyze the logic behind the program, including maps output, ELF file parsing, and assembly output. For details, please refer to: Core Features

GitHub Link : https://github.com/Benjamin-fuu-u/lavender-dbg

You can also see it on notion :

https://delirious-rise-a64.notion.site/Lavender-dbg-34c01dbb4304802e9013d2ad249e60e2

Chinese (繁體中文) notion page

https://delirious-rise-a64.notion.site/Lavender-dbg-34901dbb430480f1a237c7ad881f9cbe

This project was assisted by AI during production, and the author is not a native English speaker, so the writer ask AI to assist in translation.

Suitable for

Not suitable for

Highlights