We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c8842 commit 08b9a6fCopy full SHA for 08b9a6f
cve_bin_tool/checkers/radare2.py
@@ -12,7 +12,12 @@
12
13
14
class Radare2Checker(Checker):
15
- CONTAINS_PATTERNS = []
+ CONTAINS_PATTERNS = [
16
+ r"-- run radare2 without opening any file",
17
+ r"-v, -V show radare2 version (-V show lib versions)",
18
+ r"list all links in radare2 command format.",
19
+ r"radare2 does not support projects on debugged bins.",
20
+ ]
21
FILENAME_PATTERNS = [r"rafind2"]
22
VERSION_PATTERNS = [r"rafind2 v([0-9]+\.[0-9]+\.[0-9]+)"]
23
VENDOR_PRODUCT = [("radare", "radare2")]
0 commit comments