Rot127
Rot127
@gogo2464 If I understand your problem correctly you need primarily information what bit in an instruction encodes what (regs, imms, opcode etc.) + certain constraints. It seems your issue is...
Yes, of cause. Feel free to come back to it when you find time.
@gogo2464 And please check if https://github.com/capstone-engine/capstone/pull/2296 was merged before. It is a refactor and clean up PR for the scripts. So use the code from there please.
Nice idea. Though for readability it would be nice if it has a different syntax. `(bv 32 0xc)` is just hard to read all over again. Supporting Latex is probably...
This would be lovely! Especially using [subscripts](https://en.wikipedia.org/wiki/Superscripts_and_Subscripts_(Unicode_block)) should clean up a lot of syntax.
@XVilka Is this a `good-first-issue` (for more advanced people)? This would be a rough outline, how to implement IL printing with unicode symbols: - Extend `rz_analyze_n_ins_il_pretty_handler` or implement a new...
It would be good to have this before the `auto-sync` release. I tried my best to cover all the new code via tests, but I couldn't manage to get `perf`...
I cannot reproduce it on Debian. And the PCRE2 and NixOS issues don't mention problems with JIT anywhere. This will need a little time until I have set up a...
@praschke Setting up NixOS takes pretty long for me (installing qt6/5 doesn't work and more). And I don't know unfortunately, when I will find time to take care of it....
Likely another faulty definition in the LLVM tablegen files. I am currently updating to LLVM 18 (https://github.com/capstone-engine/capstone/pull/2298) and there are plenty of changes to AArch64 and SME/SVE. So it might...