Projects STRLCPY IDAGolangHelper Commits 50eee1a5
🤬
  • ■ ■ ■ ■ ■
    GO_Utils/__init__.py
    skipped 10 lines
    11 11   
    12 12   def __init__(self):
    13 13   self.storage = {}
    14  - #TODO: maybe here() not best option
    15  - self.bt_obj = Utils.get_bitness(idc.here())
     14 + self.bt_obj = Utils.get_bitness(idc.BeginEA())
    16 15   self.structCreator = Utils.StructCreator(self.bt_obj)
    17 16   self.processor = None
    18 17   self.typer = None
    skipped 95 lines
Please wait...
Page is in error, reload to recover