Kirk Sayre
Kirk Sayre
Yes, I'm considering adding an XLM emulator to ViperMonkey. The control flow and data structure functionality in XLM appears to be limited in comparison to VBA so emulating it hopefully...
https://github.com/kirk-sayre-work/ViperMonkey/tree/python3_port
unicode==1.2.0 added to my Python 3 fork.
Could you try this sample with the dev fork of ViperMonkey (https://github.com/kirk-sayre-work/ViperMonkey) ? This sample is analyzed successfully with that fork.
Added to my Python 3 fork.
Try the dev fork of ViperMonkey @ https://github.com/kirk-sayre-work/ViperMonkey . The dev version of ViperMonkey process this file correctly on my machine. Can you please verify on your end?
Could you please post the hash of the original document?
Thanks for posting the hash. The fixes have been made in my ViperMonkey development fork https://github.com/kirk-sayre-work/ViperMonkey to analyze this document. I added some stubbed CheckSpelling() support to handle the interesting...
The errors you are seeing are from variable reads of builtin VBA variables that currently ViperMonkey does not support. I've been adding in support for these variables when I find...
This has been fixed in the https://github.com/kirk-sayre-work/ViperMonkey fork.