@@ -48,18 +48,19 @@ The LLVM Binary Obfuscator is a comprehensive code protection toolkit that makes
4848## Table of Contents
4949
50501 . [ Installation] ( #installation )
51- 2 . [ Quick Start] ( #quick-start )
52- 3 . [ Architecture Overview] ( #architecture-overview )
53- 4 . [ 4-Layer System] ( #4-layer-system )
54- 5 . [ Usage Examples] ( #usage-examples )
55- 6 . [ CLI Reference] ( #cli-reference )
56- 7 . [ Best Practices] ( #best-practices )
57- 8 . [ MLIR-Based Obfuscation (Advanced)] ( #mlir-based-obfuscation-advanced )
58- 9 . [ Research & Testing] ( #research--testing )
59- 10 . [ API Documentation] ( #api-documentation )
60- 11 . [ Deployment] ( #deployment )
61- 12 . [ Contributing] ( #contributing )
62- 13 . [ License] ( #license )
51+ 2 . [ Usage Demo] ( #usage-demo )
52+ 3 . [ Quick Start] ( #quick-start )
53+ 4 . [ Architecture Overview] ( #architecture-overview )
54+ 5 . [ 4-Layer System] ( #4-layer-system-execution-order-1234 )
55+ 6 . [ Usage Examples] ( #usage-examples )
56+ 7 . [ CLI Reference] ( #cli-reference )
57+ 8 . [ Best Practices] ( #best-practices )
58+ 9 . [ MLIR-Based Obfuscation (Advanced)] ( #mlir-based-obfuscation-advanced )
59+ 10 . [ Research & Testing] ( #research--testing )
60+ 11 . [ API Documentation] ( #api-documentation )
61+ 12 . [ Deployment] ( #deployment )
62+ 13 . [ Contributing] ( #contributing )
63+ 14 . [ License] ( #license )
6364
6465---
6566
@@ -121,6 +122,12 @@ ninja
121122
122123---
123124
125+ ## Usage Demo
126+
127+ https://github.com/user-attachments/assets/8eee904c-f6a6-4f4d-ac0d-5833955d368f
128+
129+ ---
130+
124131## Quick Start
125132
126133### Basic Obfuscation (Layers 0+1+3 + UPX - Production Ready)
0 commit comments