Giter VIP home page Giter VIP logo

Comments (3)

justfoxing avatar justfoxing commented on June 14, 2024

Hmm, nope, the -1 timeout override is working for just fine for me with analyze(). Not being able to break out is an aspect of the bridge waiting for a response.

Timing the code on my test program shows 121 seconds for running an analysis across the bridge vs 119 seconds running from the ghidra python interpreter, so it doesn't appear to be adding a significant delay.

Additionally, I'd suggest just not running the analysis through GhidraBridge if it's causing problems. Most ghidra scripts I've seen are based on the assumption that analysis has already been completed, either manually through the UI when the program is loaded, or by the analyzeHeadless script. If you're running this through analyzeHeadless, as long as you haven't used the -noanalysis flag, it'll already be analyzed for you.

from ghidra_bridge.

TylerKann avatar TylerKann commented on June 14, 2024

okay maybe I will look into the analyze headless. Thanks @justfoxing . However I dont understand in the analyze headless, what <project repository> <project> should be. What would this be?

from ghidra_bridge.

justfoxing avatar justfoxing commented on June 14, 2024

The first two arguments to analyzeHeadless are a folder where the project file Ghidra creates is placed, and the name of the project file for Ghidra to create. These can be pretty much anything (e.g., /scratch/ghidra_projects TestProject), with the requirement that the folder must exist. For further info, please see the analyzeHeadlessREADME.html in your Ghidra distribution.

from ghidra_bridge.

Related Issues (20)

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.