reverse-engineering

Installation
SKILL.md

Reverse Engineering

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

Prerequisites

Python packages (all platforms):

pip install frida-tools angr qiling uncompyle6 capstone lief z3-solver
# For Python 3.9+ bytecode: build pycdc from source
git clone https://github.com/zrax/pycdc && cd pycdc && cmake . && make

Linux (apt):

apt install gdb radare2 binutils strace ltrace apktool upx
Installs
2
GitHub Stars
36
First Seen
Jul 17, 2026
reverse-engineering — zhaoxuya520/ai-fullstack-delivery-workflow