Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Crash when opening CFF Explorer.exe #7

@MCKSysArgentina

Description

@MCKSysArgentina

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


I attach an image of the crash
binjaerror
:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions