🎯 Aiming to be a simple cross-platform debugger

@dd86k dd86k authored on 23 Jun 2023
.github Update action again 2 years ago
app Huge folder cleanup, finish capstone integration 1 year ago
src/ adbg Huge folder cleanup, finish capstone integration 1 year ago
tests Huge folder cleanup, finish capstone integration 1 year ago
.gitignore Fix .gitignore, include adbg.include 1 year ago
LICENSE copyright year bump 3 years ago
README.md Update README, add some commands in cs include 1 year ago
dscanner.ini Init AVX512F support + VEX/EVEX 2 years ago
dub.sdl Bump to 0.1.0, for now 1 year ago
README.md

Alice Debugger Project

⚠️ Early development! ⚠️

⚠️ Currently not accepting Pull Requests ⚠️

The alicedbg project aims to be a simple debugger, object dumper, and system tracer fully compatible in BetterC (-betterC/-fno-druntime).

It is available as an application and as a DUB library.

The current aimed platforms are Windows (msvcrt) and Linux (Glibc, musl).

Application features:

  • Debugging (default mode): Loop and command-line (default) interfaces
  • Dumping (-D|--dump): PE32, Mach-O, ELF, and raw blobs.

Written from scratch for educational purposes.

Documentation

The wiki contains user manuals and development notes.

Home Wiki
Gitbucket URL
Github URL
Gitlab URL

Technical manual: TBA