bin-deobf-skills
Recover control flow and decrypt strings in obfuscated binaries
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install bin-deobf-skills?โผ
Run `npx skills add P4nda0s/bin-deobf-skills --all -g -y` in your terminal to install all deobfuscation skills globally.
How to deobfuscate indirect jumps in ARM64 binaries?โผ
The deobf-indirect skill uses symbolic execution with angr to trace CSEL and CSET branch patterns, then patches the binary with direct conditional jumps.
How to decrypt obfuscated strings in a binary?โผ
The deobf-string skill analyzes the encryption routine via IDA Pro, then writes a Python decryption script or emulates the function with Unicorn Engine to recover plaintext.
Which architectures does bin-deobf-skills support?โผ
It currently supports AArch64 (ARM64) binaries only, covering common OLLVM-style obfuscation like indirect branches and string encryption.
Do I need reverse engineering experience to use it?โผ
Basic familiarity helps, but the skills automate the heavy analysis. You provide the binary and function, and the agent handles symbolic execution and patching.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core