-
Notifications
You must be signed in to change notification settings - Fork 280
Add PluginCommand to Rust API #6362
Copy link
Copy link
Labels
Component: Rust APIIssue needs changes to the Rust APIIssue needs changes to the Rust APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Metadata
Metadata
Assignees
Labels
Component: Rust APIIssue needs changes to the Rust APIIssue needs changes to the Rust APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
This would allow us to handle interactions programmatically call plugin commands from rust, a use case can be found here:
#6309 (comment)
C++ API class:
binaryninja-api/binaryninjaapi.h
Lines 14146 to 14168 in 8767400