File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ cat ./*.results/active_urls.json | sort | uniq
103
103
--fake-sample-name Fake file name to use for the sample being analyzed. Can be a full path or just
104
104
the file name to use. If you have '\' in the path escape them as '\\' in this
105
105
command line argument value (ex. --fake-sample-name=C:\\foo\\bar.js).
106
+ --fake-language Specify the language code to return for Win32_OperatingSystem.OSLanguage.
107
+ Supported values are 'spanish', 'english', and 'portuguese'.
108
+ --fake-domain Specify the user domain to return for WScript.Network.UserDomain.
106
109
--fake-download Fake that HTTP requests work and have them return a fake payload
107
110
--no-kill Do not kill the application when runtime errors occur
108
111
--no-echo When the script prints data, do not print it to the console
Original file line number Diff line number Diff line change
1
+ Version 1.19.27, 11/22/2024
2
+ --------------------------
3
+
4
+ * Added --fake-language=LANG option for setting the language to return
5
+ for Win32_OperatingSystem.OSLanguage.
6
+ * Added --fake-domain=DOM option for setting the domain to return for
7
+ WScript.Network.UserDomain.
8
+ * Added tracking for XMLHTTP URLs.
9
+ * Added emulation for FileSystemObject::GetFileName().
10
+ * Added emulation for WBEMScripting::execQuery().
11
+ * Added emulation for navigator.clipboard.writeText().
12
+
1
13
Version 1.19.26, 8/13/2024
2
14
--------------------------
3
15
You can’t perform that action at this time.
0 commit comments