Skip to content

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

Open
whikernel wants to merge 1 commit intodecalage2:masterfrom
whikernel:master
Open

[FIX] vm not found issue when calling vmonkey with -e argument#104
whikernel wants to merge 1 commit intodecalage2:masterfrom
whikernel:master

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.

2 participants