Rot127

Results 554 comments of Rot127

Close this because we now track issues with milestones, see: https://github.com/capstone-engine/capstone/milestone/4

Do you want to use Capstone for `AArch64` binaries? If yes, I highly recommend to use the [`auto-sync` branch](https://github.com/Rot127/capstone/tree/auto-sync-aarch64) and cherry-pick the commits from [this](https://github.com/Rot127/capstone/pull/1) PR to make it build...

@aquynh **ARM** - Enum changes: - `ARM_CC_` -> `ARMCC` - System registers are renamed to match C++ namespaces. Also group Banked and system registers into different groups. - Some instr....

@aquynh The short answer is no. But let me go into more details also for others: The problem with automatic Capstone updates is that due to the C++ and C...

I answer your suggestions later. On the phone it is difficult to write well. As a general note though: I second @XVilkas here. I work on this now for half...

@aquynh I agree that the compatibility concern is very valid. But since I asked in the PRs and got no push back I assumed modernizing is more important. I would...

@jiegec Added you in the list above for LoongArch. Let me know if you want to be removed again.

Great! Please go ahead. Start with the documentation and let me know if you need help with something. If something is not clearly written or needs clarification in you opinion...

@jiegec Just wanted to ask quickly, how it is going with LoongArch? Please be aware of https://github.com/capstone-engine/llvm-capstone/pull/45 when developing further. My plan is to merge it after `ARM`, `AArch64` and...