Giulio Muscarello
Giulio Muscarello
_This is an issue for internal use._ Investigate the sample sent by Nwinternights today (12 October).
In JavaScript, "Functions created with the Function constructor do not create closures to their creation contexts; they always are created in the global scope. When running them, they will only...
Some ideas: - Testing on a blank file to make sure that everything works - Testing for frequent mistakes, like simplifying `"foo" + "bar".decode()` to `"foobar".decode()` - Testing that XML...
Document the REST API with Swagger.
Sample 25f50092c0a90d13302987b8d3e21401 throws syntax errors when `--preprocess` is used. Look into this. [fatt-pdf-720649912.copy.jse.txt](https://github.com/CapacitorSet/box-js/files/1306707/fatt-pdf-720649912.copy.jse.txt)
Cuckoo exposes a REST API documented [here](http://docs.cuckoosandbox.org/en/latest/usage/api/), it would be nice to integrate with it.
When my input function takes `int8_t` arguments, RapidCheck prints them as ASCII characters rather than as numbers; the same happens when comparing int8s in RC_ASSERT. Specifically, my code goes like...
This pull request aims to enable encryption for backups, AES encryption specifically. However, being new to the codebase, I'd like to ask for advice on how to fetch the password...
I'm trying to use PyExfil and I'm having several problems starting from a clean install (Python 3.9.1, Linux). I'm following the instructions in the README: ```sh git clone https://www.github.com/ytisf/PyExfil cd...
I think that a significant issue with ViperMonkey is that its parser doesn't support many VB features (see #2, #6, #12, #16, and I just ran into an issue myself)....