Exception in thread Thread-2: Traceback (most recent call last): File "C:\Users\silve\AppData\Local\Programs\Python\Python37\Lib\threading.py", line 926, in _bootstrap_inner self.run() File "C:\Program Files\Vector35\BinaryNinja\plugins\..\python\binaryninja\plugin.py", line 731, in run self.task.run() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\__init__.py", line 36, in run a.label_driver_dispatch_routines() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\analyze.py", line 226, in label_driver_dispatch_routines self._analyze_driver() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\analyze.py", line 209, in _analyze_driver drvobj_stores = util.get_stores_by_offset(self.driver_entry, driver_object) File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\util.py", line 85, in get_stores_by_offset offset = get_store_offset(inst) File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\util.py", line 27, in get_store_offset raise RuntimeError(inst) RuntimeError: 0x1400081c0
I installed angr for python 2.7.11 just find and added it to my path even though it says the plugin does it auto.
Exception in thread Thread-2: Traceback (most recent call last): File "C:\Users\silve\AppData\Local\Programs\Python\Python37\Lib\threading.py", line 926, in _bootstrap_inner self.run() File "C:\Program Files\Vector35\BinaryNinja\plugins\..\python\binaryninja\plugin.py", line 731, in run self.task.run() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\__init__.py", line 36, in run a.label_driver_dispatch_routines() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\analyze.py", line 226, in label_driver_dispatch_routines self._analyze_driver() File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\analyze.py", line 209, in _analyze_driver drvobj_stores = util.get_stores_by_offset(self.driver_entry, driver_object) File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\util.py", line 85, in get_stores_by_offset offset = get_store_offset(inst) File "C:\Users\silve\AppData\Roaming\Binary Ninja\repositories\community\plugins\shareef12_driveranalyzer\util.py", line 27, in get_store_offset raise RuntimeError(inst) RuntimeError: 0x1400081c0I installed angr for python 2.7.11 just find and added it to my path even though it says the plugin does it auto.