dd86k / alicedbg

🎯 Cross-platform Debugger and Memory Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alice Debugger Project

Aiming to be a simple cross-platform framework for debugging and object inspection.

Fully written in D's BetterC mode, and available as a DUB package.

Applications:

  • alicedbg: Debugger
  • alicedump: Object dumper

Facilities:

  • Debugger: Exception handling
  • Disassembler: Capstone back-end
  • Object server: Right now, not so much

Written from scratch for educational purposes.

Warnings

⚠️ This is a toy project with barely any features ⚠️

There are currently no stable APIs. Every releases pre-1.0 will see frequent changes to the API.

None of the functions are currently thread-safe.

Usage

Usage for alicedbg (debugger) and alicedump (dumper) can be looked in the repository Wiki, or invoking the --help argument.

The disassembly feature is provided by Capstone 4.0.2 when it is available on the system. For Windows, the dynamic library can be downloaded on GitHub.

For other platforms, package names are typically:

  • Debian, Ubuntu 22.04 and later, SUSE: libcapstone4
  • Ubuntu 20.04: libcapstone3 (4.0.1)
  • RHEL: capstone-devel
  • Alpine: capstone-dev

Capstone is licensed under the BSD 3-Clause license.

Documentation

For information about compilation, internal structures, support, see the repository's Wiki for information.

Contributing

Currently not looking for contributors, sorry.

Feel free to provide suggestions regarding contributor management, features, and fixes.

License

This project is licensed under the BSD 3-Clause Clear license.

About

🎯 Cross-platform Debugger and Memory Scanner

License:BSD 3-Clause Clear License


Languages

Language:D 100.0%