Skip to main content
Back to registry

ctf-reverse

ljagiello/ctf-skills

Quick reference for RE challenges. For detailed techniques, see supporting files.

Installs252
Install command
npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-reverse
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Quick reference for RE challenges. For detailed techniques, see supporting files. Key insight: Let the program compute the answer, then dump it. Pattern: Multiple fake targets before real check. Identification: Solution: Set breakpoint at FINAL comparison, not earlier ones. PIE binaries randomize base address. Use relative breakpoints: Two patterns: Pattern 2 solution: Don't reverse - just apply transform to stored target. WASM game patching (Tac Tic Toe, Pragyan 2026): If proof generation is independent of move quality, patch minimax (flip i64.lt_s → i64.gt_s , change bestScore sign) to make AI play badly while proofs remain valid.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ctf-reverse do?

Quick reference for RE challenges. For detailed techniques, see supporting files.

Is ctf-reverse good?

ctf-reverse does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ctf-reverse work with?

ctf-reverse currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to ctf-reverse?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ctf-reverse?

npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-reverse

Related skills

More from ljagiello/ctf-skills

Related skills

Alternatives in Software Engineering