Skip to content

Commit

Permalink
Update packer_vmprotect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevross33 authored Oct 4, 2024
1 parent c5270d9 commit 835a27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/all/packer_vmprotect.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def run(self):
for section in pe["sections"]:
if section["name"].lower().startswith(".vmp"):
self.data.append({"section": section})
ret= True
ret = True

return ret

0 comments on commit 835a27e

Please sign in to comment.