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

[FIX] vm not found issue when calling vmonkey with -e argument #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

whikernel
Copy link

Hi !

Calling vmonkey with the -e argument to evaluate and deobfuscate results as followed
vmonkey -e file.virus
results in
NameError: global name 'vm' is not defined.

Line 1652 of file vmonkey.py is making reference to vm without initializing it.
This should correct it.

@decalage2 decalage2 self-requested a review December 23, 2020 20:07
@decalage2 decalage2 self-assigned this Dec 23, 2020
@decalage2 decalage2 added the bug label Dec 23, 2020
@decalage2 decalage2 added this to the ViperMonkey 0.08 milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants