← Back to match
cwe_checker
Suite of static analysis checks that finds vulnerable patterns like buffer overflows in binary executables.
Desktopfree
cwe_checker is an open-source static analysis tool that detects common vulnerable code patterns, such as buffer overflows and null pointer dereferences, directly in compiled binary executables using Ghidra for disassembly across multiple CPU architectures. It is aimed at reverse engineers and firmware security researchers who need automated help finding potentially vulnerable code paths in binaries rather than source code.
Categories
SecurityBinary AnalysisReverse Engineering

