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

aderyn_core

Rust based Solidity AST analyzer backend

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

#90 in #solidity

Download history 118/week @ 2024-07-29 205/week @ 2024-08-05 77/week @ 2024-08-12 79/week @ 2024-08-19 57/week @ 2024-08-26 56/week @ 2024-09-02 32/week @ 2024-09-09 39/week @ 2024-09-16 189/week @ 2024-09-23 67/week @ 2024-09-30 50/week @ 2024-10-07 81/week @ 2024-10-14 54/week @ 2024-10-21 13/week @ 2024-10-28 48/week @ 2024-11-04 50/week @ 2024-11-11

171 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

~25–41MB
~644K SLoC