Capstone v6-Alpha is released

2024-10-02 Thread Rot127
We are very happy to announce the release of Capstone v6-Alpha1. Although it is marked as Alpha, it runs just as stable and has at least the same quality as any other release before. In fact, it should be even better because we improved our testing significantly (clang-tidy, ASAN, Valgrind, tes

Capstone v6-Alpha is released

2024-10-02 Thread Rot127
We are very happy to announce the release of Capstone v6-Alpha1. Although it is marked as Alpha, it runs just as stable and has at least the same quality as any other release before. In fact, it should be even better because we improved our testing significantly (clang-tidy, ASAN, Valgrind, tes

Re: Disassembler location

2024-07-11 Thread Rot127
Fyi please note that LoongArch support was recently added to Capstone (https://github.com/capstone-engine/capstone/pull/2349). Also, if you want to add support for a new architecture in Capstone and it is supported in LLVM, you can use our new Auto-Sync updater. See https://github.com/capstone

Re: [Capstone] Feedback request for new architecture updater

2023-01-13 Thread Rot127
on a README where you can start. It should explain the overall process. If not, please let me know so I can improve the documentation. On 1/13/23 04:27, Thomas Huth wrote: On 12/01/2023 17.24, Rot127 wrote: I currently work on a new updater for architecture modules in Capstone. The current u

[Capstone] Feedback request for new architecture updater

2023-01-12 Thread Rot127
I currently work on a new updater for architecture modules in Capstone. The current update process has the problem that it is a lot of manual work. Syncing the information from LLVM to Capstone requires a one to translate a lot of C++ to C code and fix a ton of build errors. This lead to archite