diff options
author | David Timber <mieabby@gmail.com> | 2020-09-18 00:39:10 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-18 00:39:10 +0930 |
commit | 54166c46f32555532dc3c0e922fe6a591cb74128 (patch) | |
tree | dee32ffb8a15365cc2800f6c2cbc3520ef56324e /.vscode/tasks.json | |
parent | e6953dcb47193746a4f4d9fff0193723fadbb3e6 (diff) |
* Impl: bne
* Add prne_index_nybin()
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 10 |
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" |