From 49f8be6734908a01079ea8a9049e77ea1d7ab59e Mon Sep 17 00:00:00 2001 From: Thomas Barabosch <14945594+tbarabosch@users.noreply.github.com> Date: Thu, 4 Jul 2019 08:47:37 +0200 Subject: [PATCH] Added cwe_checker cwe_checker finds vulnerable patterns in binary executables --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae00ee..b5b6029 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing). * [bandit](https://pypi.python.org/pypi/bandit/) - Security oriented static analyser for Python code. * [cppcheck](http://cppcheck.sourceforge.net/) - Extensible C/C++ static analyzer focused on finding bugs. * [sobelow](https://github.com/nccgroup/sobelow) - Security-focused static analysis for the Phoenix Framework. +* [cwe_checker](https://github.com/fkie-cad/cwe_checker) - cwe_checker finds vulnerable patterns in binary executables. ## Vulnerability Databases