CtrlK
BlogDocsLog inGet started
Tessl Logo

reverse-skills

github.com/P4nda0s/reverse-skills

Skill

Added

Review

rev-unicorn-debug

skills/rev-unicorn-debug/SKILL.md

Debug and emulate specific code fragments or functions using the Unicorn engine. Activate when the user wants to emulate a function with Unicorn, trace binary execution without running the full program, decrypt or decode data by emulating the algorithm, or bypass environment dependencies (JNI, syscalls, libc) during emulation.

75

rev-u3d-dump

skills/rev-u3d-dump/SKILL.md

Dump Unity IL2CPP symbols from iOS/Android builds. Extract method names, addresses, and type info from IL2CPP binaries and global-metadata.dat, then generate IDA/Ghidra import scripts.

71

rev-symbol

skills/rev-symbol/SKILL.md

Restore function symbols by analyzing code patterns, strings, constants, and cross-references

64

rev-struct

skills/rev-struct/SKILL.md

Reconstruct data structures by analyzing memory access patterns across functions

60

rev-idapython

skills/rev-idapython/SKILL.md

IDAPython and IDALib script reference for reverse engineering. Activate when the user needs to write IDAPython scripts in IDA, use IDALib for headless analysis, operate on IDB databases, debug with IDA, manipulate memory/registers, traverse functions/blocks/instructions, work with Hex-Rays decompiler API, handle obfuscation, or batch-process binaries.

79

rev-frida

skills/rev-frida/SKILL.md

Generate Frida hook scripts using modern Frida API. Activate when the user wants to write Frida scripts, hook functions at runtime, trace calls or arguments or return values, intercept native or ObjC or Java methods, dump memory or exports, or handle native module load timing for Android and other targets.

72

rev-dex-dumper

skills/rev-dex-dumper/SKILL.md

Dump DEX files from a running Android app for unpacking/deobfuscation. Activate when the user wants to unpack an Android APK, dump DEX from memory, extract decrypted DEX files, or defeat class-loading packing.

80