Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
n-o-o-n authored Feb 12, 2018
1 parent ffe708c commit d8481ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nao/eliminate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from unicorn import *
from unicorn.x86_const import *
import idaapi
import copy

def is_64bit():
Expand Down

0 comments on commit d8481ed

Please sign in to comment.