Skip to content

Commit be575e6

Browse files
committed
Release 0.8.8 - after r2con2024
1 parent 39c0c92 commit be575e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decai/decai.r2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ You can write your custom decai commands in your ~/.radare2rc file.
464464

465465
break;
466466
case "V": // "-V"
467-
r2aidec("-d find vulnerabilities, dont show the code, only show the response");
467+
r2aidec("-Q find vulnerabilities, dont show the code, only show the response, provide a sample exploit
468468
break;
469469
case "e": // "-e"
470470
args = args.slice(2).trim();

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "r2ai"
33
dynamic = ["readme"]
4-
version = "0.8.6"
4+
version = "0.8.8"
55
description = "Artificial intelligence tooling for radare2"
66

77
license = {text = "MIT License"}

0 commit comments

Comments
 (0)