Giter Club home page Giter Club logo

Comments (8)

Nalen98 avatar Nalen98 commented on May 24, 2024

Hi!
Did you install angr for py3?

from angryghidra.

Dontacos21 avatar Dontacos21 commented on May 24, 2024

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

from angryghidra.

Nalen98 avatar Nalen98 commented on May 24, 2024

Did you build with gradle or download from release builds?

from angryghidra.

Dontacos21 avatar Dontacos21 commented on May 24, 2024

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

from angryghidra.

Nalen98 avatar Nalen98 commented on May 24, 2024

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

from angryghidra.

Dontacos21 avatar Dontacos21 commented on May 24, 2024

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

from angryghidra.

Dontacos21 avatar Dontacos21 commented on May 24, 2024

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

from angryghidra.

Nalen98 avatar Nalen98 commented on May 24, 2024

You're welcome

from angryghidra.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.