📂Click to choose or drag & drop .exe · .elf · .so · .dll · .bin
📦—×
⚠ radare2 not found on this server
Graph Filter
All
Connected
Entry +1
Depth 2
Nodes: 0/00 edgeslayers:
Terminal
r2 / SQL
Raw
Ready. Terminal accepts both r2 commands and SQL queries.
SQL examples (type in box above, prefix with "sql " or use SELECT directly):
sql SELECT name,cyclomatic FROM functions ORDER BY cyclomatic DESC LIMIT 20
sql SELECT addr,summary,risk_tags FROM functions WHERE risk_tags!='[]'
sql SELECT source,target,type FROM edges WHERE type='callback_registration'
SELECT * FROM summaries WHERE level='binary'
sql SELECT cluster_id,name,confidence,func_count,summary FROM cluster_metadata ORDER BY func_count DESC LIMIT 20
sql SELECT semantic_cluster,semantic_label,COUNT(*) n FROM functions WHERE semantic_cluster!=0 GROUP BY semantic_cluster ORDER BY n DESC LIMIT 20
sql SELECT addr,name,semantic_label FROM functions WHERE semantic_cluster!=0 AND (cluster=0 OR cluster IS NULL) LIMIT 30
sql SELECT sf.fact_type,COUNT(*) n FROM semantic_facts sf GROUP BY sf.fact_type ORDER BY n DESC
sql SELECT addr,name,summary FROM functions WHERE semantic_facts IS NOT NULL LIMIT 10
BinaryAtlas — Hierarchical Call Graph
🧩 API Clusters & Race
🎯 Exploit Score
🔀 Patch Diff
⬇ Download Analysis
⏳
Entry
Fn
Import
Call
Exception
Switch
Class
Thread↑
Clusters: 0
⬡ Default
+
−
⟲
⤢
🗺
🔗
Fn 0
Im 0
Ex 0
Sec 0
Str 0
Nodes 0
Edges 0
🔗 Path: Select Node A
Binary Stats
0
Functions
0
Imports
0
Exports
0
Sections
0
Strings
0
Clusters
Analysis
Fn
Im
Ex
Sec
Str
🔍
Focus
None selected
Addr—Type—Size—Cluster—
APIs Called
Capabilities
Risk Signals
Disasm
Xrefs
Info
r2dec
Ghidra
Center
Click a node to inspect it.
Path Finder
Enable 🔗 mode in toolbar, then click Node A then Node B on the graph.
A:
—
B:
—
Select two nodes in 🔗 mode.
Import Clusters
No binary loaded.
Imports used by selected function:
Opcode Histogram
No function selected.
Signature Guess
Select a function node.
🎯 Exploitability Scoring
✕
Upload and analyze a binary first.
🧩 API Clustering & Race Heuristics
✕
API Clusters
⚡ TOCTOU Detector
Lock Graph
Race Findings
Upload and analyze a binary first.
Upload and analyze a binary to run TOCTOU detection.
Synchronization lock acquisition/release graph. Green = acquire, Blue = release, Orange = unpaired (potential issue).