Skip to content

Commit a3bb0c8

Browse files
committedNov 22, 2024
Update release notes.
1 parent 301dc6b commit a3bb0c8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ cat ./*.results/active_urls.json | sort | uniq
103103
--fake-sample-name Fake file name to use for the sample being analyzed. Can be a full path or just
104104
the file name to use. If you have '\' in the path escape them as '\\' in this
105105
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.
106109
--fake-download Fake that HTTP requests work and have them return a fake payload
107110
--no-kill Do not kill the application when runtime errors occur
108111
--no-echo When the script prints data, do not print it to the console

‎RELEASE_NOTES.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
Version 1.19.26, 8/13/2024
214
--------------------------
315

0 commit comments

Comments
 (0)
Please sign in to comment.