-
**Version and Platform (required):**
- Binary Ninja Version: 3.5.4288-dev
- OS: macOS
- OS Version: 12.4
- CPU Architecture: M1
**Bug Description:**
When the Demangler constructs a type from a…
-
Just a note that UI plugins are much easier to implement now with the official integration of pyside2 support. Not sure if this plugin is being actively maintained, but if so, it might be helpful to l…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.1.5514-dev
- OS Version: macOS 14.5
- CPU Architecture: aarch64
**Bug Description:**
I clicked "Reinstall" on a plugin and don't h…
-
On any sufficiently large binary, `/bin/ls` for example, the following code will not complete without generating an exception.
```
for func in bv.functions:
for bb in func.lifted_il:
for i…
-
As I suggested in pull request #2, I'd prefer to allow you full control of the master branch. I'm happy to open issues or message you, we haven't really had a chance to discuss what you prefer. :) At …
-
There is no default path for Binary Ninja, since it is usually installed per-user (i.e. a directory in the users' home dir).
For tools like BinDiff, that ship with an installer/package that install…
-
Do I need a commerical license to get this to run? I ask b/c I get an "Exception in thread Thread-2" error.
-
I am using BN Version 1.1.1555 Personal.
When launching BN, this error is thrown:
```
Traceback (most recent call last):
File "~/.binaryninja/plugins/binja-avr/__init__.py", line 1191, in
…
-
**Version and Platform (required):**
- Binary Ninja Version: 3.6.4591
- OS: macOS Sonoma
- CPU Architecture: M1
**Bug Description:**
Binaryninja appears not to wait for plugins to load before l…
0cyn updated
8 months ago
-
For the plugin RegisterForAddress and RegisterForRange callbacks, they should pass the Function instance in addition to the address. Since Binja supports overlapping disassembly and overlapping functi…