-
While working on the binja backend for capa, I noticed a few outstanding crashes: https://github.com/mandiant/capa/issues/2406#issuecomment-2490171179, and https://github.com/mandiant/capa/issues/2249…
-
```
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", l…
-
https://github.com/ttrssreal/nix-config/blob/6449b61c9be5f91ceec240ce1f34e8520a4a265b/pkgs/binaryninja.nix#L39
```nix
qt6.full
];
# TODO: fix
src = /home/jess/misc/binaryninja_personal_li…
-
On Linux, when writing to memory, the bytes where there are breakpoints on it are left unchanged. The expected behavior is to report the newly written value -- despite the actual byte value is 0xc3.
…
-
System: Windows 10
I try to install ethersplay in Plugin Manager and manual way, but neither works. The error information as follow:
```
Traceback (most recent call last):
File "D:\BinaryNinja\…
-
It now defaults to the directory where the binary ninja executable is in, which is almost certainly not what the user wants
-
### What happened?
The decompiler crashes with a ValueError in identity_elimination.
```python
Traceback (most recent call last):
File ""/home/ubuntu/.binaryninja/plugins/dewolf/decompile.py"",…
-
See here:
https://github.com/Vector35/binaryninja-api/blob/7d0b6bc3f49070a10d6257628bbdf93e52d87fed/arch/riscv/src/lib.rs#L1220-L1234
If `rd == rs1`, but is neither `zero` or `ra` (`x0` or `x1` re…
-
Right now binja's core deompilation capacity is more focused on handling register machines like x86 and arm. It would be great if we can also handle stack machines, e.g., Java/.NET/Python/WASM bytecod…
-
Didn't see this caveat in the docs, when there are multiple hexagon binaries open in the same binary ninja process, the disassembly for both of them at a specific address is the same despite them havi…
bambu updated
3 years ago