aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 60a1d5e..bb7fc05 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -51,6 +51,16 @@
"command": "make -C ./src proone-recon"
},
{
+ "label": "Build mkcdict",
+ "type": "shell",
+ "command": "make -C ./src proone-mkcdict"
+ },
+ {
+ "label": "Build bne",
+ "type": "shell",
+ "command": "make -C ./src proone-mkcdict proone-bne && ./src/proone-mkcdict ./src/data/cred_dict.txt ./src/data/cred_dict.bin"
+ },
+ {
"label": "Build proone",
"type": "shell",
"command": "make -C ./src proone"