sentri-analyzer-move
Move language analyzer for the Sentri framework.
Performs static analysis on Move modules and transactions to detect security invariant violations and unsafe patterns.
Usage
[]
= "0.1.3"
= "0.1.3"
= "0.1.3"
Key Components
MoveAnalyzer: Main analysis engine for Move bytecodeTypeChecker: Validates Move type system complianceAccessControl: Analyzes visibility and access patternsResourceAnalyzer: Tracks resource creation and movement
Example
use MoveAnalyzer;
use Target;
let mut analyzer = new;
let module_data = vec!; // Move compiled module
let violations = analyzer.analyze?;
println!;
Supported Platforms
- Aptos
- Movement
- Other Move-compatible networks
Analysis Capabilities
- Move module bytecode inspection
- Type safety verification
- Resource leak detection
- Access control validation
- Integer overflow checking
See Sentri documentation for detailed Move analysis documentation.
License
MIT