Reconstruct the logic of Windows PE executables and DLLs (.exe/.dll). Covers import-address-table analysis, Windows API capability mapping, entrypoint/WinMain discovery, decompilation, unpacking (UPX), and solving input-gated checks. Use for Windows PE/exe/dll targets.
$npx -y skills add maosasagawa/blackbox-re-agent --skill analyzing-blackbox-pe-exeInstalls into the current project.
Run `npx skills use "https://github.com/maosasagawa/blackbox-re-agent" --skill "maosasagawa/blackbox-re-agent/analyzing-blackbox-pe-exe"` 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.