Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include instruction highlighter in python bindings. #3291

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

karliss
Copy link
Member

@karliss karliss commented Feb 11, 2024

Your checklist for this pull request

Detailed description

Updated python binding config to allow accessing core().getBIHighlighter

Test plan (required)

In addition to checking generated binding file tested by slightly modifying the example python plugin.

def handle_disassembler_action(self):
        # for actions in plugin menu Cutter sets data to address for current dissasembly line
        cutter.core().getBIHighlighter().clear(self.disas_action.data(), 8)
        cutter.message("Dissasembly menu action callback 0x{:x}".format(self.disas_action.data()))

Closing issues

Closes #2395

@karliss karliss requested a review from XVilka February 11, 2024 23:15
@XVilka XVilka merged commit e7a5931 into rizinorg:dev Feb 12, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing getBIHighlighter binding
2 participants