-
Notifications
You must be signed in to change notification settings - Fork 259
Description
Binary Ninja Version
Version 2.4.2846 Personal
Describe the bug
When trying to enable some of the available plugins from the Plugin Manager binja
crashes with a segmentation fault.
From the Plugins published by Vector 35 Inc
the following are crashing for me:
Debugger
Kaitai UI plugin
Signature Kit Plugin
Snippet UI Plugin
The other ones (6502 Architecture Plugin
, DWARF import
, Opaque Predicate Patcher
, Sample Plugin
, Z80 Architecture Plugin
) work fine. Also quite some of the community plugins crash but I didn't want to create a complete list if not necessary.
To Reproduce
Steps to reproduce the behavior:
- Start
binaryninja
- Press
Ctrl+Shift+M
to open the Plugin Manager - Search one of the plugins from the list above, e.g.
Debugger
and Pressinstall
- Press
enable
- After approx 1 second
binaryninja
crashes withsegmentation fault
Expected behavior
The plugins should be enabled and available for use.
Version and Platform (required):
- Binary Ninja: 2.4.2846 Personal (also tested with 2.4.3031-dev Personal)
- OS: Manjaro Linux x86_64 (based on Arch Linux)
- Kernel: 5.4.148-1-MANJARO
Additional context
binaryninja -d --stderr-log
doesn't display anything between the moments when clicking Enable
and the actual crash. Please let me know how I can provide more useful information to quickly solve this issue.