Skip to content

Commit

Permalink
fix asm.py: undeclared variables in the api
Browse files Browse the repository at this point in the history
  • Loading branch information
plasma-disassembler committed Dec 9, 2016
1 parent ce2d956 commit d8111e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plasma/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def __init__(self, gctx, analyzer):
self.__db = gctx.db
self.mem = gctx.db.mem
self.__queue_wait = Queue()
self.arch = gctx.dis.binary.arch
self.is_big_endian = gctx.dis.binary.is_big_endian()


def entry_point(self):
Expand Down

0 comments on commit d8111e2

Please sign in to comment.