bap-toolkit
bap-toolkit copied to clipboard
A collection of ready to use binary analysis tools
Note. Delete this message after you read it! If bap fails with an error, you have problems with installation, or need feedback, please use our main issue tracker. We reserve...
I was using BAP tool kit primus checks on Juliet test suite CWE259(child of hard-coded credentials CWE 798) to detect hardcoded passwords, but somehow it didn't detect any. Hard-coded credentials...
Trying to install bap-toolkit recipes. Ocaml version: 4.05 ``ocamlfind: Package 'bap-taint' not found, error ``
What kind of analysis is primus check? especially Buffer overflow check? is it a runtime or static? I could not find information about it.
Trying to check for primus-checks. I gave the binary with stack buffer overflow error. Here is the binary [2.zip](https://github.com/BinaryAnalysisPlatform/bap-toolkit/files/10679438/2.zip) And again the incidents i got : [incidents.zip](https://github.com/BinaryAnalysisPlatform/bap-toolkit/files/10679442/incidents.zip) I am not...
Hi, I am trying to identify non-return function according to the cfg output from `bap`. This is the `cfg` plugin that I used. [here](https://github.com/BinaryAnalysisPlatform/bap/issues/878). Here is my method: If a...
Build instructions for the repo are problematic: * `docker build -t bap-toolkit .` fails because it can't find `docker.io/library/ubuntu:18.04` which is allegedly a rather old version. * `make` fails because...