Obfuscation Analysis
Description
Binary Ninja plugin to analyze and simplify obfuscated code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Obfuscation Analysis (v1.2)
Authors: **Tim Blazytko & Nicolò Altamura**
_Analyze and simplify obfuscated code_
Description:
_Obfuscation Analysis_ is a Binary Ninja plugin that takes the pain out of working with heavily protected binaries. It bundles a handful of focused helpers that let you
- simplify Mixed-Boolean Arithmetic (MBA) expressions in one click (based on msynth)
- locate and scrub functions with broken disassembly
Some example use cases can be found in [examples](./examples). Furthermore, the REcon talk "Breaking Mixed Boolean-Arithmetic Obfuscation in Real-World Applications" demonstrates some use cases. The slides can be found [here](./presentation/recon25_mba_obfuscation.pdf). The plugin complements [Obfuscation Detection](https://github.com/mrphrazer/obfuscation_detection/): once suspicious functions are flagged, _Obfuscation Analysis_ helps you clean and understand them. More helpers will be added over time.
Core Features
- simplify Mixed-Boolean Arithmetic obfuscation in Binary Ninja's decompiler view
- identify and remove functions with broken disassembly
- inline functions in the decompiler view
- efficient and architecture-agnostic implementation
- runs as a background task
- careful error handling: concise user messages, full trace in the Debug log
Installation
The tool can be installed using Binary Ninja's plugin manager.
For a manual installation, follow these steps in Binary Ninja's plugin folder:
git clone https://github.com/mrphrazer/obfuscation_analysis.git
cd obfuscation_analysis
# optionally: use a virtual environment
python -m venv obfana-env
source obfana-env/bin/activate
# install requirements
pip install -r requirements.txt
If you use a virtual environment, you'll need to manually set the `site-packages` path in the Binary Ninja settings.
Usage
The plugin is available from **Binary Ninja’s** top-bar menu under `Plugins -> Obfuscation Analysis`.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11