-
## What is the feature you'd like to have?
I am trying to run some Rust-compiled binaries through BinaryNinja (via Dogbolt), but, while some of the "standard" symbols from the Rust library get unma…
aytey updated
7 months ago
-
ghost updated
4 years ago
-
Thanks for the awesome work. As the title suggests, I don't have a Binary Ninja license and am looking to potentially recreate the data processing steps in something like Ghidra.
I understand the for…
-
As it stands we just return `Err(())` in a lot of places. We should replace all those with more informative errors.
See discussion in #2976, there's also a lot of related discussion lost to public…
-
**What is the feature you'd like to have?**
It would be cool if Binary Ninja was able to detect and abstract implementations like C++'s `std::string` and similar; which could leave the actual decom…
-
![Screenshot 2024-08-28 at 4 07 15 PM](https://github.com/user-attachments/assets/b525dd40-f270-4fdd-ba7d-d5b2788122af)
In this user shared binary, the function is doing some PE parsing, we can see…
-
I'm opening this issue with windows kernel support in my mind, but I guess my point is acceptable for all platforms. I strongly believe that we should have the function prototypes exactly the same as …
-
sdc1 does a double precision (8-byte) store to memory from a floating point register, and ldc1 does a double precision load from memory. On MIPS the floating point registers can be accessed from the e…
-
From a slack report:
It's a very low impact bug since it's strictly visual, but for the PPC disassembly (which I believe rides on top of capstone?) the disassembly text for dcbf and dcbz instructions…
-
To reproduce the issue:
```
int main(void)
{
int dummy=1;
#pragma GCC unroll 65534 //needs gcc 8
for (int i=0; i