A static analyzer for NASM x86 assembly, written in Rust. Ships in three forms so it fits every place code is normally checked:
- A CLI for local runs and pre-commit hooks.
- An editor LSP for in-editor diagnostics.
- A GitHub Action that emits SARIF, so results land in the standard code-scanning surface.
Stack: Rust · NASM · LSP · SARIF · GitHub Actions