Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild the UI to use web technologies for easier embedding #16

Open
cblichmann opened this issue Sep 22, 2023 · 0 comments
Open

Rebuild the UI to use web technologies for easier embedding #16

cblichmann opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cblichmann
Copy link
Member

Is your feature request related to a problem? Please describe.

  • The Java UI is dated and requires a proprietary graph visualization libray
  • BinDiff native plugins for IDA Pro and binary Ninja cannot embedd a high-quality graph view
  • The current workflow with the standalone UI is cumbersome and few people actually use "BinDiff Workspaces".

Describe the solution you'd like

  • Implement a UI using Typescript and web technologies. D3.js with the DAG layouter should be able to support the flow graph use cases and render to Canvas.
  • Have the bindiff executable launch a server for this and either embed a web view in the disassemblers or show the browser.

Describe alternatives you've considered

  • Gephi
  • Extracting the graphing library from Ghidra
  • Implementing a new desktop UI in Qt

Additional context
This should eventually become a "GitHub Project".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant