Ghidra: Graph service provider

Created on 12 Mar 2019  路  1Comment  路  Source: NationalSecurityAgency/ghidra

When I try to run script GraphAST/GraphASTAndFlow/GraphSelectedAST/ (may be others) I get a message "_GraphService not found: Please add a graph service provider to your tool_". I think, that I can search it in Configure Tool, but I can't. How can I add a graph service provider?

Question

>All comments

The version of Ghidra you are using does not currently contain an implementation of the Graph Service. Thus, the actions you mention will not currently work.

The ghidra.app.services.GraphService service interface is built into the system. As such, it is possible for developers to create an implementation of this interface. If Ghidra detects any implementation(s) for this service, then the above mentioned actions, as well as others, will become functional.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pd0wm picture pd0wm  路  3Comments

huettenhain picture huettenhain  路  3Comments

tambry picture tambry  路  3Comments

Barakat picture Barakat  路  3Comments

ghost picture ghost  路  3Comments