Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel Sheet - TypeError: 'str' object is not callable #94

Open
orblatt opened this issue Feb 5, 2020 · 0 comments
Open

Excel Sheet - TypeError: 'str' object is not callable #94

orblatt opened this issue Feb 5, 2020 · 0 comments

Comments

@orblatt
Copy link

orblatt commented Feb 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants