GithubHelp home page GithubHelp logo

Comments (2)

Nalen98 avatar Nalen98 commented on July 30, 2024

Yes, Ghidra doesn't support Python3 cause It uses Jython 2.x, so plugin works on your system interpreter (python3) and Ghidra appears only as a data provider for angr script and doesn't directly participate. The plugin uses ProcessBuilder and calls the command python3 angryghidra.py angr_options.json (the last one is generated by the plugin based on your input data from GUI), and It's the only way to bypass Ghidra's restrictions.
So, if you set the PATH variable correctly and typing python3 in your command prompt manually running python3 shell It's gonna work correctly.
Truly, I've checked plugin on Windows too and It worked well.

Maybe You're trying to run angryghidra.py from Ghidra's Script Manager? It's not a good idea... If so, go to Window -> AngryGhidraPlugin and use it.

from angryghidra.

ItAllGoodMan avatar ItAllGoodMan commented on July 30, 2024

OK, the problem has been solved, thank you for your careful answer

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.