Added 'Sleep' operation.

This commit is contained in:
n1474335 2018-01-25 13:44:39 +00:00
parent 231322eddf
commit f528930ad2
5 changed files with 38 additions and 2 deletions

View file

@ -130,6 +130,7 @@ OpModules.Default = {
"Translate DateTime Format": DateTime.runTranslateFormat,
"From UNIX Timestamp": DateTime.runFromUnixTimestamp,
"To UNIX Timestamp": DateTime.runToUnixTimestamp,
"Sleep": DateTime.runSleep,
"Microsoft Script Decoder": MS.runDecodeScript,
"Entropy": Entropy.runEntropy,
"Frequency distribution": Entropy.runFreqDistrib,