Skip to content

dotjulia/stackium

Repository files navigation

Stackium

Rust Version: ^1.71.1 Rust Version: ^1.71.1 Release Version

Stackium

A debugger for students to learn pointer and memory layout more intuitively Tutorial/Docs

Running the debugger

Usage: stackium [OPTIONS] <PROGRAM>

Arguments: <PROGRAM> - the binary file to debug

Options:
* -m, --mode <MODE> [default: cli] [possible values: cli, web, gui]
* -h, --help        Print help
* -V, --version     Print version

Launch with -m web to expose the API on port 8080. Have a look at the Command struct for documentation on the API or inspect the JSON Schema on /schema (or in the schema.json) or /response_schema.