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

forkoz picture forkoz  路  3Comments

toor-de-force picture toor-de-force  路  3Comments

chibicitiberiu picture chibicitiberiu  路  3Comments

Kerilk picture Kerilk  路  3Comments

astrelsky picture astrelsky  路  3Comments