Rot127

Results 554 comments of Rot127

The RISC-V module is far from perfect. We currently have a huge Capstone modernization effort going on. For the RISC-V module specifically, there is a [generator in progress](https://github.com/capstone-engine/capstone/issues/2392), which uses...

Feel free to also fix the access if you find wrong ones. The table was created by hand. So there might be a few mistakes.

On the `next` branch it shows the enumeration value. In this case it is `AARCH64_PRFM_PLDL1KEEP = 0x0`. See `aarch64_prfm` what the others are. `v5` is broken, yes.

> I found this issue when implementing [Crabstone](https://github.com/david942j/crabstone) Ruby binding on Capstone 5. The existing unit tests failed with Capstone 5. I am currently rebuild testing. If you want to...

It will take a while until I have a working Windows VM set up. Would you mind building the `next` branch with ASAN enabled (`-DENABLE_ASAN=1`), so we get a stack...

@kabeor Would support Windows 32bit? Personally I think it is too much maintenance work at the current time. Also I think it is not supported by Github actions. So we...

We discovered before that it also crashes in the next branch. Generally Capstone should work on 32bit systems as well.

I currently rewrite testing. So this one will be fixed with https://github.com/capstone-engine/capstone/pull/2384

Ah yes, please do so.

Yes, I've seen it. But ignored it tbh for now. Because there was https://github.com/capstone-engine/capstone/discussions/2291 going on. The Java bindings were abandoned for a while now. Even before the Auto-Sync effort...