Skip to content
#

software-analysis

Here are 33 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 software-analysis 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 software-analysis topic, visit your repo's landing page and select "manage topics."

Learn more