decompiler skills

19 tagged decompiler, measured the same way as everything else here.

Browse within: reverse-engineering 7binary-analysis 6APK 5android 5decompilation 5deobfuscation 5deobfuscator 5ghidra 5

wakaru

01

pionxzh/wakaru

Skill Claude CodeCodex

Turn minified, bundled, or transpiled JavaScript back into readable modules. Use when you encounter unreadable production JS — a webpack/esbuild/Metro/Rollup bundle, a minified vendor script, Babel/TypeScript/SWC-transpiled output, or a single mangled .js file — and need to read, audit, debug it, or recover a…

973 2d ago A 99 tokens original Apache-2.0

morluto/rea

Skill Claude CodeCodex

Reverse engineer native, managed, Electron/JavaScript, packaged, and browser applications with REA. Use shipped-artifact or approved runtime evidence to explain features, compare versions, decompile code, or guide a reconstruction. Skip REA for ordinary source-repository architecture analysis.

386 3d ago A 61 tokens original MIT

ghidra-cli

03

akiselev/ghidra-cli

Skill Claude CodeCodex

Use ghidra-cli for reverse engineering tasks: binary analysis, decompilation, function inspection, cross-reference analysis, pattern discovery, binary patching, and type system management. Activate when the user requests: - Binary analysis or reverse engineering - Decompilation or disassembly - Function listing…

202 23d ago A 132 tokens GPL-3.0

ryuumonbuchi

04

elliottophellia/Ryuumonbuchi

Skill Claude CodeCodex

Operate the Ryuumonbuchi MCP server for headless Ghidra reverse engineering. Use when driving decompilation, disassembly, patching, type and symbol recovery, memory edits, transactions, and Ghidra project analysis through a Ryuumonbuchi server (stdio or streamable HTTP). Covers the safe read-only-first workflow…

30 4d ago A 126 tokens GPL-2.0

java-deobfuscation

05

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Detect and reverse Java/Android obfuscation with jddlab - ProGuard/R8 renaming, string encryption, control-flow flattening and commercial protectors, using java-deobfuscator, simplify and dex2jar. Use when decompiled code is obfuscated or strings are encrypted.

22 17d ago A 65 tokens

native-jni-analysis

06

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Analyze an app's native (.so) / JNI code with jddlab - map Java native methods to symbols, extract JNI bindings, and decompile ARM/ARM64 with Ghidra headless. Use when security logic (keys, pinning, root/tamper checks) lives in native libraries.

22 17d ago A 67 tokens

ssl-unpinning

07

Stanislav-Povolotsky/jddlab

Skill Claude CodeCodex

Bypass Android TLS/certificate pinning with jddlab to intercept HTTPS - android-unpinner, Frida gadget injection (apk-patcher), objection, or manual smali patches. Use when a proxy (Burp/mitmproxy) shows no traffic because of certificate pinning.

22 17d ago A 64 tokens

maven-code-search

08

salitaba/maven-decoder-mcp

Skill Claude CodeCodex

Use the Maven Decoder MCP server to inspect code, APIs, methods, dependencies, versions, and usage examples from Maven artifacts installed in the user's local /.m2 repository. Use when working on Java, Maven, Gradle, Spring, Jakarta, Android, or JVM projects and the user asks about dependency internals, installed…

20 3mo ago A 95 tokens original MIT

jd-mcp-duo

09

AgeloVito/jd-mcp-duo

Skill Claude CodeCodex

A Java bytecode analysis tool for examining compiled Java, JVM, and Android files when the original source code is unavailable. It can decompile files such as JARs, APKs, and class files into readable source-like code.

14 2mo ago A 143 tokens original MIT

idapython

10

rison1337/ida-pro-mcp-fusion

Skill Claude CodeCodex

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida modules (50+), idautils iterators, and common…

9 1mo ago A 77 tokens copy · 100% MIT

auto-re

12

timwhitez/AutoRE-CLI

Skill Claude CodeCodex

Use Auto-RE CLI for bounded, machine-readable static reverse engineering of ELF, PE/COFF, Mach-O, universal Mach-O, object files, and explicitly identified raw shellcode. Use for binary or malware triage, decompilation, function/CFG/IL inspection, static call and data relationships, PE resources or strings, Go/Rust…

4 15d ago A 104 tokens original MIT

il2cpp-decompiler

13

rkuhn153/il2cpp-decompiler

Skill Claude CodeCodex

Static analysis for Unity IL2CPP games via il2cpp-decompiler-agent MCP (listdumps, loadproject, searchsymbols, getclassinfo, decompilemethod). Use when runtime is IL2CPP, GameAssembly.dll is involved, or remakes like Who's Your Daddy Remake. Always MCP-first — do not start with Il2CppStudio CLI.

3 21d ago A 80 tokens original MIT