🧩 Binary Reverse Engineering: Disassembly, CFG & Injection Patterns
Interactive 3D reverse-engineering lab: watch raw machine-code bytes turn into x86-64 disassembly, watch the disassembly build a control-flow graph of basic blocks, and spot the API-call and XOR-loop patterns that give away injected malware.
A 3D reverse-engineering workbench turns a raw x86-64 byte stream into disassembly instruction by instruction, then groups the decoded mnemonics into basic blocks and draws the control-flow graph with its branch and loop edges, exactly like IDA Pro or Ghidra's graph view. Toggle between a benign array-sum loop and a malicious sample to see the analyzer flag a byte-wise XOR decode loop plus the VirtualAllocEx to WriteProcessMemory to CreateRemoteThread call chain, the textbook process-injection signature.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install