1.
Introduction
2.
Installation
3.
CLI Usage
3.1.
Build
3.2.
SAST
3.3.
Fetcher
3.4.
Reverse
3.5.
Ast utils
4.
Static Analysis
4.1.
Rule Format
4.2.
Writing Templates
4.3.
Detection Example
4.4.
Starlark references
5.
Reverse Engineering
5.1.
Overview
5.2.
Disassembly
5.3.
Immediate Tracking
5.4.
Control Flow Graph (CFG)
5.4.1.
Reduced / Entry-only CFG
5.4.2.
Manual CFG Editing (Dotting)
6.
Architecture
6.1.
App State
6.2.
SAST Engine
7.
Evolution of the tool
Light
Rust
Coal
Navy
Ayu
docs
Evolution of sol-azy
sol-azy
is currently in development, and we have few ideas for new features.
Static analysis
Enhance Starlark libraries
Support MIR