Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
wallds committed May 20, 2022
1 parent 4c2aec8 commit d302b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion novmpy/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from novmpy.vm_const import *
import struct
from pyvtil import *
from typing import List

vm_handlers = {}

Expand Down Expand Up @@ -1431,7 +1432,7 @@ def generator(self, ins: VMIns, block: vtil.basic_block):
block.popf()


def feeling_good(insns_connect: list[CsInsn]):
def feeling_good(insns_connect: List[CsInsn]):
"""
dir
reg_base
Expand Down

0 comments on commit d302b10

Please sign in to comment.