You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
The app crashes when opening "CFF Explorer.exe" or any other executable from NTCore's Explorer Suite.
The error:
Exception in thread Thread-1:
Traceback (most recent call last):
File "D:\Python27\lib\threading.py", line 810, in *bootstrap_inner
self.run()
File "D:\Python27\lib\threading.py", line 763, in run
self.__target(_self.__args, _self.__kwargs)
File "D:\Temp\binaryninja-python-master\DisassemblerView.py", line 175, in ana
lysis_thread_proc
self.analysis.analyze()
File "D:\Temp\binaryninja-python-master\Analysis.py", line 962, in analyze
self.start.findBasicBlocks()
File "D:\Temp\binaryninja-python-master\Analysis.py", line 865, in findBasicBl
ocks
block.populate(known_instrs)
File "D:\Temp\binaryninja-python-master\Analysis.py", line 807, in populate
instr.format_text(self, self.analysis.options)
File "D:\Temp\binaryninja-python-master\Analysis.py", line 142, in format_text
elif (instr.operands[j].size == self.addr_size) and (value >= block.exe.star
t()) and (value < block.exe.end()) and (not self.isLocalJump()):
File "D:\Temp\binaryninja-python-master\BinaryData.py", line 148, in end
return self.start() + len(self)
TypeError: __len() should return an int