Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find PE command not working #1

Open
zerodark opened this issue Jan 11, 2016 · 1 comment
Open

Find PE command not working #1

zerodark opened this issue Jan 11, 2016 · 1 comment

Comments

@zerodark
Copy link

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()

@pidydx
Copy link
Owner

pidydx commented Jan 11, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants