-
Apologies for the late notice, we removed this from the plugin manager some time last year due to:
https://github.com/fluxchief/binaryninja_avr/blob/master/__init__.py#L416-L418
I'd love to re-a…
-
Binary Ninja Version: 4.2.6444-dev Personal (f171d6c4)
OS: > cat /proc/version
Linux version 6.10.13-3-MANJARO (builduser@fv-az1246-770) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) htt…
-
Rather than manually updating commit hashes would you consider a PR for something like this?
``` diff
diff --git a/cmake/BinExportDeps.cmake b/cmake/BinExportDeps.cmake
index 8832d98..757adb9 100…
-
C++ plugins aren't documented: https://github.com/Vector35/binaryninja-api/issues/452
bambu has examples: https://github.com/Vector35/binaryninja-api/pull/284, https://github.com/bambu/binaryninja-ap…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.1.5902 (f2165c5d) and 4.2.6228-dev (312c3c99)
- OS: macOS
- OS Version: 15.0
- CPU Architecture: M1
**Bug Description:**
The foll…
-
Plugin fails on binary ninja 2.0.x
I was simply looking at InSpectre https://www.grc.com/files/InSpectre.exe
```
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\User…
-
Binary: https://github.com/Vector35/binaryninja-api/files/12284520/libhdk-mips-elf.zip
Look at the code at 0x5660 before rebasing:
![Screenshot 2024-11-14 at 5 15 00 PM](https://github.com/user-…
-
Following a recent discussion with a user https://github.com/Vector35/binaryninja-api/discussions/5833, I learned that the LLDB 18.1 actually supports Windows remote debugging (from macOS/Linux). This…
-
**Is this a general concept that needs to be documented or a specific API?**
Multi-Threading in the C++ API. How can we achieve work in the background without locking the main thread (and thus the UI…
-
see parser.cpp for initial work
C++ examples: https://github.com/bambu/binaryninja-api/tree/5a42aec73a77a3a54baf054cde9047533709be31/examples
**Components to port:**
* do_kallsyms (which basica…