Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker.
$npx -y skills add ljagiello/ctf-skills --skill ctf-reverseInstalls into the current project.
Run `npx skills use "https://github.com/ljagiello/ctf-skills" --skill "ljagiello/ctf-skills/ctf-reverse"` 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/ljagiello/ctf-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ljagiello/ctf-skills"` and select the relevant skills, then follow their instructions.