Excel Sheet - TypeError: 'str' object is not callable
orblatt opened this issue · 0 comments
Describe the bug
When I run vmonkey on 8d750691965fc57b365dce27a6e7231e (Found in VirusTotal) and it raised a Type Error:
TypeError: 'str' object is not callable
Also, at the beginning of the analysis, it raised the following line:
Error: [Errno 22] invalid mode ('rb') or filename: ''.
Here is the full description:
INFO parsed Function LIZOAS (): 4 statement(s)
INFO parsed Function MIZLOOZ (): 5 statement(s)
Traceback (most recent call last):
File "C:\tools\ViperMonkey-master\vipermonkey\vmonkey.py", line 1405, in process_file
vm.add_compiled_module(m)
File "C:\tools\ViperMonkey-master\vipermonkey\core_init.py", line 207, in add_compiled_module
self.globals[name.lower()] = _sub
TypeError: 'str' object is not callable
ERROR 'str' object is not callable
Attached is the full output of vmonkey, and the macro (TXT file format).
vmonkey typeError.txt