Uh oh!
There was an error while loading. Please reload this page.
feat(PRO-3283)!: ghidra plugin update - #210
Merged
Merged
Conversation
…sing version resource
akashb95 added a commit
to RevEngAI/plugin-binary-ninja
that referenced
this pull request
Aug 24, 2026
…work - #28 **Context:** We are releasing the "V8 pipeline", which introduces breaking changes to our API. The plugins need to be updated to use the new APIs. No published SDK release exposes the new `/v3/` Data Types API yet - this migration generates one from `sdk-python` against the OpenAPI spec. Similar in spirit to RevEngAI/plugin-ghidra#210. **This diff:** - Migrates function lookups from `AnalysesResultsMetadataApi.get_functions_list` to `FunctionsCoreApi.list_analysis_functions`, and renaming from `rename_function_id`/`FunctionRename` to `rename_function`/`RenameInputBody` - Replaces the old polling-based `FunctionsDataTypesApi` signature flow with a single `DataTypesApi.v3_list_function_signatures` call, and adds `build_signature_data` to resolve the v3 `data_type_id` graph (structs, unions, enums, typedefs, pointers, arrays) into the `libbs` artifact shape `apply_data_types` already consumes. - Adds `scripts/gen_dev_sdk.sh` to generate a gitignored `.dev-sdk/` SDK build from an OpenAPI spec, for endpoints ahead of the last published `revengai` release. - Adds CLAUDE.md
tjmblake
marked this pull request as ready for review
August 24, 2026 13:47
akashb95
approved these changes
Aug 24, 2026
Uh oh!
There was an error while loading. Please reload this page.
vgoat21
approved these changes
Aug 24, 2026
robertmarsal
approved these changes
Aug 25, 2026
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the ghidra plugin to support the API breaking changes with functionality for the latest AI models.