ChipBench packages Ghidra, radare2, binwalk, chip-programming tools,
simulators, and firmware-unpacking utilities into one reproducible container
for analyzing raw chip dumps entirely from the command line or an AI CLI.
Headless Jython scripts drive import, forced-disassembly sweeps, live
queries, and bulk decompilation exports without any GUI.
Derived from a private engagement environment, generalized for public
release under AGPLv3. No engagement-specific artifacts are included.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
6 lines
185 B
Bash
6 lines
185 B
Bash
# Bind-mount ownership: match your host user so files keep their owner.
|
|
HOST_UID=1001
|
|
HOST_GID=1001
|
|
# VNC / noVNC desktop password (web + raw VNC both use this).
|
|
VNC_PASSWORD=chipbench
|