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
chap analyzes un-instrumented core files for leaks, memory growth, and corruption
vmware/chap की मुख्य विशेषताएं हैं: Binary Analysis, Security and Vulnerability Scanning।
vmware/chap के ओपन-सोर्स विकल्पों में शामिल हैं: justicerage/manalyze — A static analyzer for PE executables. shnatsel/rust-audit — Make production Rust binaries auditable. 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… securego/gosec — gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws.…