Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wallds committed May 6, 2022
1 parent 768137a commit 4c2aec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions novmpy/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,8 @@ def get_instr(self, vmstate: VMState):
return i

def generator(self, ins: VMIns, block: vtil.basic_block):
block.pop(vtil.x86_reg.EAX)

block.vpinr(ZCX)
block.vpinr(ZAX)
block.vemits('cpuid')
Expand Down

0 comments on commit 4c2aec8

Please sign in to comment.