Page History

DebuggerManual

dd86k edited this page on 23 May

Introduction

Usage

Development

Clone this wiki locally

NAME

alicedbg — Debugger

SYNOPSIS

  alicedbg
  alicedbg FILE
  alicedbg --attach PID
  alicedbg {-h|--help|--version|--ver|--license}

DESCRIPTION

alicedbg is a debugger and memory scanner.

The default mode of operation is the debugger shell.

When given FILE, FILE is a file path to an executable, that will be loaded by the debugger. Otherwise, if given a Process ID with the --attach option, the debugger attempts to attach to the given PID.

AUTHOR

dd86k dd@dax.moe

HISTORY

This project started in December 2019.