Reconstruct logic from embedded firmware — Intel-HEX (.hex), raw flash/ROM images (.bin/.img), and MCU dumps. Covers HEX→bin conversion with base-address recovery, CPU/arch identification, carving (binwalk), capstone disassembly with the right load base, and vector-table/entrypoint analysis. Use for .hex and raw firmware targets.
$npx -y skills add maosasagawa/blackbox-re-agent --skill analyzing-blackbox-firmware-hexInstalls into the current project.
Run `npx skills use "https://github.com/maosasagawa/blackbox-re-agent" --skill "maosasagawa/blackbox-re-agent/analyzing-blackbox-firmware-hex"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maosasagawa/blackbox-re-agent" that are relevant to the current task. Run `npx skills add "https://github.com/maosasagawa/blackbox-re-agent"` and select the relevant skills, then follow their instructions.