wscript
wscript copied to clipboard
Create a version of the emulator that can be run on command line. Example usage: `wscript -i inputscript.js -o outfilename` which will then generate the files `outfilename-tracer.js` and `outfilename-vfs.json` Possible...
When an HTTPrequest is made, the emulator doesn't actually execute the request (because that would be rather dangerous). However, many scripts I've encountered, rely on the size of the returned...
Awesome work, but how can I get started? I've tried the `dist/index.html` but when I click on `run`, the page refreshes and nothing happens? P.S Can you provide a command...
Right now it throws an error if an object is not supported. This should be handled better Also: see if Shell.Application can be implemented: https://msdn.microsoft.com/en-us/library/windows/desktop/bb774094(v=vs.85).aspx
If a script contains an embedded binary, it'd be very useful if we could export it from the VFS. Possible solution: look at ArrayBuffer in file contents, then open as...
For all of those looking at this repository, [@CybercentreCanada](https://github.com/CybercentreCanada) has "forked" this tool into its [JsJaws service for Assemblyline](https://github.com/CybercentreCanada/assemblyline-service-jsjaws) and will be providing support and maintenance for their version of...