Will the code of Renoir (graph service provider) be open source?
See original GitHub issueI found the package, that was previously used in Ghidra (or now but not in public). It’s Renoir. Also I found other places, where graph service was loaded and used:
- as graph service provider (issue #174);
- for deserializing and drawing of controlflow graph dumped by
decomp_dbg
(issue #1418).
Can we hope to get Renoir? If not, than can we get serialize format of controlflow graph?
P. S. Source code was be in Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/renoir/
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
The Graph is now Open Source! - Medium
The Graph is now Open Source ! At The Graph, we're building a decentralized protocol for querying data off blockchains and storage networks....
Read more >LibreGraph: An open cloud API for privacy and sovereignty
The open, sovereign LibreGraph API efficiently links open and proprietary digital workspace elements in the cloud.
Read more >HEROv2: Full-Stack Open-Source Research Platform ... - arXiv
HEROv2 allows to seamlessly share data between 64-bit hosts and 32-bit accelerators and comes with a fully open-source on-chip network,.
Read more >Untitled
Ur drunk, Mazar accounting service, Mrsa abstrich kontrolle, Gingerbread man story with words, Fuzzy based clustering, Renoir piano painting, Islamic month ...
Read more >Renoir - SW Complete Inc. - Google Sites
Renoir Transforms Your Data into Actionable Knowledge and Understanding! The new partnership is expected to spark innovation and strengthen the network ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Developers began to develop graph module. https://github.com/NationalSecurityAgency/ghidra/commit/410af5a2720c1377586df7e1eff758db818d5030 — is start commit (very big one commit). It works, but it’s buggy for now. I fixed some problems for building of
master
version of Ghidra.Closing. The graph services api now provides a basic graph implementation.