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
343 downloads per month
Used in 3 crates
(via aderyn_driver)
745KB
18K
SLoC
A powerful Solidity static analyzer that takes a bird's eye view over your smart contracts.
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