Giulio Muscarello
Giulio Muscarello
>It does not work completely. By that, do you mean that it never works, or that it sometimes doesn't work? >I believe you need to fix this issue in the...
The testing platform - be it Mocha, Jasmine, Should or whatever - will be called by Travis, to automate regression testing.
@Nwinternights, something similar is in the works :) I presented a prototype at ESC2017 in Venice, it mostly works but still requires some refinement. Would you be interested in a...
Ottimo! Nel caso mi puoi scrivere su Gmail a [email protected], o se vuoi qualcosa di più diretto posso passarti il nick di Telegram per email. Integrating with Cuckoo should be...
Pinging @erikdesjardins for feedback on the `prompt` thing.
I eventually managed to get it working, although I can't quite remember how I got there and it doesn't cover every channel (I was only interested in ICMP). This is...
Actually, I think it does accept source files, but for whatever reason they won't parse. I submitted a VBA file that starts with `Public Sub foo()`, and it says `Expected...
Sure! It actually seems rather easy, since the grammar is already written down; I'll try and make something with it.
I had some trouble dealing with the transformation of Antlr grammar elements into the ViperMonkey representation: I can successfully find the functions and subs, but I can't understand how to...
Sure! I just pushed the code to my fork. The build process is rather weird, because I set it up "on the spot"; surely it can be cleaned up. For...