GithubHelp home page GithubHelp logo

Support For Binary Ninja about ret-sync HOT 4 CLOSED

bootleg avatar bootleg commented on May 19, 2024
Support For Binary Ninja

from ret-sync.

Comments (4)

bootleg avatar bootleg commented on May 19, 2024

Hi @the-wondersmith

thanks for the nice feedback.

Regarding Binary Ninja, I've never had the opportunity (I may have access to an old one) to use it so far thus I may be out off topic. Here are a couple of ideas though.

Depending on how Binary Ninja handles multiples input files (binaries) the design of the plugin may differ a little. For IDA I've used a dispatcher in front of the IDA instances. Whereas for Ghidra I've used an internal feature of the tool (ProgramManager). There are some pros&cons (for example it implies to load all binaries in the same Ghidra's workspace and window).

Once that point is set. I'd say you only need a couple of features. You may look at the Ghidra plugin which is more cleaner and more modular. Sweeping over the files, basically the kind of features you'd need are:

  • ListenerBackground.java: a persistent TPC server receiving request from debugger clients
  • LocalColorizerService.java: a way to interact with the code UI (disassembler/decompiler UI), setting position/highlight)
  • RequestHandler.java: dissecting requests (basically a tag + json) you'd need to handle a handful of them at first (new_dbg, module, loc)
  • RetSyncComponent.java: a way to insert into the UI of the tool (widget, etc.)
  • RetSyncPlugin.java: plugin backbone, registering commands, etc.

best regards.

from ret-sync.

bootleg avatar bootleg commented on May 19, 2024

Work in progress. I can share access to an alpha on request (see email in CREDITS).

from ret-sync.

bootleg avatar bootleg commented on May 19, 2024

Initial support is now pushed: 0ad9bc7

from ret-sync.

bootleg avatar bootleg commented on May 19, 2024

Closing this one as it is now pushed. Let's open separated issues for bugs.

from ret-sync.

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.