Skip to content
#

decompilation

Here are 84 public repositories matching this topic...

binaryninja-api
ZetaTwo
ZetaTwo commented Aug 11, 2021

Binary Ninja Version
2.4.2846

Describe the bug
If you create an architechture plugin and (accidentally) return the wrong types from get_instruction_text, Binary Ninja crashes with a segfault.

To Reproduce
Steps to reproduce the behavior:

  1. Create a simple architecture plugin
  2. Implement get_instruction_text like this:
def get_instruction_text(self, data: bytes, add

Improve this page

Add a description, image, and links to the decompilation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decompilation topic, visit your repo's landing page and select "manage topics."

Learn more