A debugger for students to learn pointer and memory layout more intuitively Tutorial/Docs
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 versionLaunch 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.