#solidity #ast #analyzer #back-end #context #report #aderyn

aderyn_core

Rust based Solidity AST analyzer backend

18 releases

new 0.0.24 Apr 26, 2024
0.0.23 Apr 16, 2024
0.0.18 Mar 26, 2024
0.0.15 Feb 28, 2024
0.0.10 Dec 23, 2023

#59 in #solidity

Download history 102/week @ 2024-01-04 120/week @ 2024-01-11 101/week @ 2024-01-18 105/week @ 2024-01-25 68/week @ 2024-02-01 108/week @ 2024-02-08 158/week @ 2024-02-15 366/week @ 2024-02-22 155/week @ 2024-02-29 192/week @ 2024-03-07 339/week @ 2024-03-14 189/week @ 2024-03-21 134/week @ 2024-03-28 234/week @ 2024-04-04 646/week @ 2024-04-11 180/week @ 2024-04-18

1,226 downloads per month
Used in 3 crates (via aderyn_driver)

MIT license

540KB
13K 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

~6–15MB
~192K SLoC