TGViewer
Solidity Treasures Solidity Treasures @soliditypedia · 4.28K subscribers
Post #575 511
Study real exploits by running them, not reading about them

Most exploit write-ups leave you guessing about the exact state and call sequence. The evm-hack-registry is a self-contained, offline-runnable archive of DeFi exploit proof-of-concepts spanning the full history of EVM hacks (2017 to 2026).

Each entry forks the pre-exploit state and reproduces the drain in a test, so you can step through the actual call trace, tweak balances, and confirm which invariant broke. Far higher signal than a post-mortem paragraph.

Practical use: before an audit, grep the registry for the class you're reviewing (reentrancy, price-oracle manipulation, unchecked delegatecall) and re-run the closest match against your own contract's assumptions.

github.com/sanbir/evm-hack-registry
@soliditypedia
GitHub GitHub - sanbir/evm-hack-registry: A self-contained, offline-runnable archive of DeFi exploit proof-of-concepts spanning the full… A self-contained, offline-runnable archive of DeFi exploit proof-of-concepts spanning the full history of EVM hacks (2017 → 2026) - sanbir/evm-hack-registry
More from @soliditypedia
  1. Sep 22, 2026Deploy at the same address on every chain, without shipping initcode. Plain CREATE2 ties t…
  2. Sep 18, 2026An on-chain guard for AI-agent transactions moves the trust to whoever signs the attestati…
  3. Sep 16, 2026A generalized MEV bot beat the attacker to the rsETH exploit in the same block When the ex…
  4. Sep 15, 2026Public-mempool gas sponsorship can't have all three: no locked money, no off-chain trust,…
  5. Sep 13, 2026A QEMU/KVM sandbox is not a boundary for a cyber-capable agent Trail of Bits gave a fronti…
  6. Sep 12, 2026This week in Solidity Allbridge halted its core bridge after a $1.65M exploit: a $1.12M Ka…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →