From e909eea82a1b8cfc6573fdc98652502684b82f2b Mon Sep 17 00:00:00 2001 From: h345983745 Date: Sat, 23 Mar 2019 16:14:40 +0000 Subject: [PATCH] Added description --- src/core/operations/ExtractFiles.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/ExtractFiles.mjs b/src/core/operations/ExtractFiles.mjs index b9b260bb..b5279c17 100644 --- a/src/core/operations/ExtractFiles.mjs +++ b/src/core/operations/ExtractFiles.mjs @@ -23,7 +23,7 @@ class ExtractFiles extends Operation { this.name = "Extract Files"; this.module = "Default"; - this.description = "TODO"; + this.description = "Performs file carving to attempt to extract files from the input."; this.infoURL = "https://forensicswiki.org/wiki/File_Carving"; this.inputType = "ArrayBuffer"; this.outputType = "List";