| Crates.io | aderyn_core |
| lib.rs | aderyn_core |
| version | 0.1.9 |
| created_at | 2023-12-08 09:38:20.084371+00 |
| updated_at | 2024-08-05 10:31:39.973734+00 |
| description | Rust based Solidity AST analyzer backend |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1061879 |
| size | 743,314 |
A powerful Solidity static analyzer that takes a bird's eye view over your smart contracts.
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