aderyn_core

Crates.ioaderyn_core
lib.rsaderyn_core
version0.1.9
sourcesrc
created_at2023-12-08 09:38:20.084371
updated_at2024-08-05 10:31:39.973734
descriptionRust based Solidity AST analyzer backend
homepage
repository
max_upload_size
id1061879
size743,314
Alex Roan (alexroan)

documentation

README



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
Commit count: 0

cargo fmt