Skip to content

Commit

Permalink
Add BugProve static analyser (#1426)
Browse files Browse the repository at this point in the history
* Add BugProve static analyser

* Update and rename bugprove to bugprove.yml

* assembly -> asm

---------

Co-authored-by: Matthias Endler <[email protected]>
  • Loading branch information
dorameleg and mre authored Oct 17, 2023
1 parent 9aa3b93 commit 1dccade
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/tools/bugprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: BugProve
categories:
- linter
tags:
- asm
- binary
- c
- cpp
- security
license: proprietary
types:
- cli
plans:
free: true
homepage: "https://www.bugprove.com"
description: >-
BugProve is a firmware analysis platform featuring both static and dynamic analysis
techniques to discover memory corruptions, command injections and other classes or
common weaknesses in binary code. It also detects vulnerable dependencies,
weak cryptographic parameters, misconfigurations, and more.
resources:
- title: BugProve Product Intro by John Hammond
url: https://www.youtube.com/watch?v=orTvsOlFS5k
reviews:
- https://www.g2.com/products/bugprove/reviews

0 comments on commit 1dccade

Please sign in to comment.