Git Product home page Git Product logo

Comments (3)

justfoxing avatar justfoxing commented on July 20, 2024 1

Yup, that's the plan when I get enough cycles (commenting out was just the quick win). Closing now, based on 1) wontfix, 2) fixed, 3) issue fixed, enhancement forthcoming).

from ghidra_bridge.

justfoxing avatar justfoxing commented on July 20, 2024
  1. This is as intended, at least while ghidra_bridge is still under heavy dev. The dragon popup gives me/other users a confirmation/reminder that the bridge server is still running, and an easy way to kill it to load new changes without having to shutdown Ghidra. Best suggestion at this stage is just dragging the popup off to the side of the screen so it's not in your way when you're using the GUI.

I'll keep thinking about other options for this - if I can find a good way of running without the popup, it might make sense to have two start scripts, with/without the popup.

  1. This is a doco issue on me - I meant "add the path to the directory to the script directories field in the Script Manager", not copy the directory into your Ghidra scripts directory, but I totally see how you got that instead. My bad, I'll clean it up on my next runthrough. Long-term, aim is to look into how Ghidra plugins are packaged and use that instead.

  2. I'm guessing this is being caused by all the logging cruft I've left in there - any time IPython's looking up methods or whatnot, that'd be firing off remote gets and calls. I'll make a commit today to comment out the logging, and aim to bring it back as something I can turn on/off easily for troubleshooting only.

from ghidra_bridge.

fmagin avatar fmagin commented on July 20, 2024
  1. My suggestion for the logging would be to use the Python logging module. https://docs.python.org/3/howto/logging.html
    Then you can just set the logging level at some point (or for some module specifically) to get all the relevant info (or dump it somewhere else)

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.