From antigravity-awesome-skills
Guides authorized analysis of anti-debugging, obfuscation, and other software protection mechanisms in malware analysis, CTFs, and pentesting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:anti-reversing-techniquesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **AUTHORIZED USE ONLY**: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis:
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis:
- Verify authorization: Confirm you have explicit written permission from the software owner, or are operating within a legitimate security context (CTF, authorized pentest, malware analysis, security research)
- Document scope: Ensure your activities fall within the defined scope of your authorization
- Legal compliance: Understand that unauthorized bypassing of software protection may violate laws (CFAA, DMCA anti-circumvention, etc.)
Legitimate use cases: Malware analysis, authorized penetration testing, CTF competitions, academic security research, analyzing software you own/have rights to
Refer to resources/implementation-playbook.md for detailed techniques and examples.
resources/implementation-playbook.md for detailed techniques and examples.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-python-api-builderGuides authorized analysis of anti-reversing techniques in protected binaries for malware analysis, pentesting, CTFs, and security research. Enforces legal compliance checks.
Identifies anti-debugging checks like IsDebuggerPresent, NtQueryInformationProcess in Windows binaries; suggests bypasses via patches/hooks/scripts for malware analysis, CTFs, authorized RE.
Static-first analysis of compiled binaries (ELF/PE/Mach-O) and custom-VM bytecode for CTF and malware reverse engineering. Covers opcode inversion, callfuscation, MBA deobfuscation, and encrypted-handler decryption.