From 54166c46f32555532dc3c0e922fe6a591cb74128 Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 18 Sep 2020 00:39:10 +0930 Subject: * Impl: bne * Add prne_index_nybin() --- .vscode/tasks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 60a1d5e..bb7fc05 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -50,6 +50,16 @@ "type": "shell", "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", -- cgit