28 releases

0.1.9 Aug 5, 2024
0.1.4 Jun 24, 2024
0.0.28 May 29, 2024
0.0.24 Apr 26, 2024
0.0.10 Dec 23, 2023

#76 in #detector

Download history 186/week @ 2026-01-14 223/week @ 2026-01-21 193/week @ 2026-01-28 220/week @ 2026-02-04 279/week @ 2026-02-11 156/week @ 2026-02-18 201/week @ 2026-02-25 163/week @ 2026-03-04 192/week @ 2026-03-11 249/week @ 2026-03-18 140/week @ 2026-03-25 187/week @ 2026-04-01 254/week @ 2026-04-08 193/week @ 2026-04-15 247/week @ 2026-04-22 277/week @ 2026-04-29

993 downloads per month
Used in 3 crates (via aderyn_driver)

MIT license

745KB
18K SLoC



A powerful Solidity static analyzer that takes a bird's eye view over your smart contracts.



Twitter Website Discord

Aderyn Core

aderyn_core is the backend infrastructure for Aderyn.

src/
├─ ast/             // Solidity AST Structs
├─ context/         // Solidity project context to be analyzed
├─ detect/          // Where Detector specifications and logic live
├─ framework/       // Foundry/Hardhat detection
├─ fscloc/          // Solidity file stats
├─ report/          // Report printers
├─ visitor/         // AST visitors

Dependencies

~32–55MB
~820K SLoC