-
Notifications
You must be signed in to change notification settings - Fork 50
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
Faild to execute plugin in IDA 7.1 #2
Comments
Same problem in IDA 7.0 |
Same problem in 7.2 |
ok --- @confile @Orzubek I figured it out.. if you are still wondering.
Make sure you use the The author does point out that you need these to correctly work with plugin. The only thing that caught me off guard was the lack of errors showing the console. So to see what was going on I modified is Python init slightly to print the error since for some reason the import error was not giving me all these details. |
@ax330d you can probably close this. |
Okay two steps are needed to fix that error:
Use an old version like https://releases.llvm.org/download.html#3.7.0. Smaller and works as well. Well since there is no doc so far - there is some config file: The shortcut Alt-F5 is not well chosen - it is very close to Alt+F4 that will just close IDA. And also clashes with Okay finally seeing hrdev in action I was a little disappointed. All that interactivity got lost. :( Despite the hex number all the time and highlighting probably exploitable string functions like strcpy it won't make it into my toolkit because it is just decreasing usability. |
When running the plugin I get the following error:
The text was updated successfully, but these errors were encountered: