How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Make production Rust binaries auditable
The main features of shnatsel/rust-audit are: Static Analysis Tools, Binary Analysis, Security and Vulnerability Scanning.
Open-source alternatives to shnatsel/rust-audit include: justicerage/manalyze — A static analyzer for PE executables. praetorian-inc/gokart — A static analysis tool for securing Go code. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… jkinder/jakstab — The Jakstab static analysis platform for binaries. microsoft/binskim — A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix… pypa/pip-audit — Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can…
A static analyzer for PE executables.
Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats