#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

#76 in #analyzer

Download history 108/week @ 2024-06-26 92/week @ 2024-07-03 56/week @ 2024-07-10 42/week @ 2024-07-17 91/week @ 2024-07-24 190/week @ 2024-07-31 94/week @ 2024-08-07 73/week @ 2024-08-14 72/week @ 2024-08-21 57/week @ 2024-08-28 51/week @ 2024-09-04 32/week @ 2024-09-11 92/week @ 2024-09-18 148/week @ 2024-09-25 65/week @ 2024-10-02 34/week @ 2024-10-09

343 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

~24–40MB
~651K SLoC