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

9.2,9.2.1 / not working #7

Closed
Dontacos21 opened this issue Jun 4, 2021 · 8 comments
Closed

9.2,9.2.1 / not working #7

Dontacos21 opened this issue Jun 4, 2021 · 8 comments

Comments

@Dontacos21
Copy link

I tried "firlight" with the same settings, but I get "Solution Not Found".
I feel like AngryGhidra is not working.
What should I do?
I'm running Windows 10 Pro.

  • [ ]

キャプチャ

Any help would be appreciated! Thank you!

@Nalen98
Copy link
Owner

Nalen98 commented Jun 6, 2021

Hi!
Did you install angr for py3?

@Dontacos21
Copy link
Author

Yes!
When I run it, it works fine.

C:\Users\hoge>python
Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import angr
>>>

@Nalen98
Copy link
Owner

Nalen98 commented Jun 6, 2021

Did you build with gradle or download from release builds?

@Dontacos21
Copy link
Author

I downloaded "ghidra_9.2.1_AngryGhidra.zip" from the release.
After that, I installed it in Ghidra using "File" -> "Install Extensions".

@Nalen98
Copy link
Owner

Nalen98 commented Jun 6, 2021

Well, seems I got what the root of all evil is. The plugin works with env. var "python3", not "python". This thing was done because of many people have "python" env equivalent python v2.x and "python3" env with python v3.x respectively. So, cuz angr supports python3 only, I've decided to do like this.
So try to set "python3" env and get this result:

C:\Users\Nalen>python3
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import angr
>>>

@Dontacos21
Copy link
Author

I set it up the same way, but the result was the same: "Solution Not Found".

C:\Users\hoge>python3
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import angr
>>>

@Dontacos21
Copy link
Author

I'm sorry.
I reviewed the settings and it works.
Thank you very much!!!
angryghidra

@Nalen98
Copy link
Owner

Nalen98 commented Jun 6, 2021

You're welcome

@Nalen98 Nalen98 closed this as completed Jun 6, 2021
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