SMRT icon indicating copy to clipboard operation
SMRT copied to clipboard

Find PE command not working

Open zerodark opened this issue 10 years ago • 1 comments

trying "Find PE" command it will give following error

Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 556, in run_ return self.run(edit) File "SMRT in /home/user1/.config/sublime-text-3/Installed Packages/SMRT.sublime-package", line 424, in run TypeError: object of type 'NoneType' has no len()

zerodark avatar Jan 11 '16 08:01 zerodark

I just pushed a fix for this, but it only really stops it from throwing the exception. It appears the problem is that you have no data highlighted when running FindPE related commands. Find PE, Brute XOR Find PE, and PE Scanner require a selection of Hex format data.

pidydx avatar Jan 11 '16 17:01 pidydx