|
@@ -143,6 +143,7 @@ OpModules.Default = {
|
|
"Microsoft Script Decoder": MS.runDecodeScript,
|
|
"Microsoft Script Decoder": MS.runDecodeScript,
|
|
"Entropy": Entropy.runEntropy,
|
|
"Entropy": Entropy.runEntropy,
|
|
"Frequency distribution": Entropy.runFreqDistrib,
|
|
"Frequency distribution": Entropy.runFreqDistrib,
|
|
|
|
+ "Chi Square": Entropy.runChiSq,
|
|
"Detect File Type": FileType.runDetect,
|
|
"Detect File Type": FileType.runDetect,
|
|
"Scan for Embedded Files": FileType.runScanForEmbeddedFiles,
|
|
"Scan for Embedded Files": FileType.runScanForEmbeddedFiles,
|
|
"Generate UUID": UUID.runGenerateV4,
|
|
"Generate UUID": UUID.runGenerateV4,
|