โ๏ธ GAEV v2 โ Exploit Generation
Pipeline
โ1. Vulnerability classification โ map to generator
โ2. ExploitGenerator โ Foundry test code (PoC)
โ3. ExploitValidator โ forge build + forge test
โ4. AttackChainDetector โ multi-step exploit paths
โ5. ExploitRefiner โ auto-fix compilation/logic errors
10 Generators
| # | Generator | Status |
|---|---|---|
| 1 | ReentrancyExploit | Active |
| 2 | FlashLoanAttack | Active |
| 3 | OracleManipulation | Active |
| 4 | AccessControlBypass | Active |
| 5 | IntegerOverflow | Active |
| 6 | FrontRunning | Active |
| 7 | DelegateCallInjection | Active |
| 8 | StorageCollision | Beta |
| 9 | CrossContractReentry | Beta |
| 10 | GovernanceAttack | Beta |