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
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
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
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
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