Rot127
Rot127
> I'll compile some more test cases now and put them here, but I need to formulate the hex first. This would be great. Thank you! > How about having...
> Will aarch64_op_index be used for anything else? If not couldn't we just do Ah, well. Yes. Let's just do it as you said. I wasn't paying attention and thought...
Change is done. Also fixed, that the predicate regs were not added to the `register written` list. Details ``` > cstool -d aarch64 c0089fe04131a2e067447125 0 c0 08 9f e0 ld1w...
The `smstart` is fixed. Also here the `zero` operands: Real: ``` 8 55 00 08 c0 zero {za0.h} ID: 1384 (zero) Is alias: 1470 (zero) with REAL operand set op_count:...
@XVilka When you continue to work on this one, please note the minimal `integration_tests` every binding must pass. See the `suite/cstest/test/integration_tests.py` in https://github.com/capstone-engine/capstone/pull/2384. You just have to make sure the...
I'll fix those with the LLVM 18 update. Until than, please disable the warnings. It doesn't have an impact on the disassembly quality.
Actually, I wasn't aware of the `msvc` dir. Can you use the `cmake` to generate it again? It should work like [this](https://discourse.cmake.org/t/how-to-use-cmake-to-generate-visual-studio-sln-and-vcxproj/5878/8) (sorry, can't test it myself, because I currently...
@arkup Not yet merged but I updated the build instructions for Windows here: https://github.com/capstone-engine/capstone/pull/2476/commits/4baa9331b32cb2e076f6ce8dde3b1e71e60cff75
@Quentin01 > Another issue, is that rrx shift isn't working too, here is an example: I fixed `cstool` now to also print `rrx`. The shift type itself was set correctly,...
Sorry for the late answer. Currently, we are really busy with many other construction sides in Capstone. So the Python bindings don't get the love they would actually need. We...