kirk-sayre-work / ViperMonkey

A VBA parser and emulation engine to analyze malicious macros.
91 stars 14 forks source link

Random Fixes #43

Open malvidin opened 2 years ago

malvidin commented 2 years ago

Addresses #42 , and it also fixes Int() to return floor of value Because of differences between how Python versions implement random.seed(), the first 10 values generated by Rnd are returned from a list before using the Python random() function. Unless Randomize is called.