Re: [Capstone] Feedback request for new architecture updater

2023-01-13 Thread Rot127
Hi! > Do you have any plans to work on Sparc and Mips any time soon? The plan is to update ARM and PPC first, because they seemed to be the most complicated ones. Afterwards other architectures (Mips and Sparc as well). I can't say when exactly ARM will be ready (I hope at latest end of Febru

Re: [Capstone] Feedback request for new architecture updater

2023-01-13 Thread Thomas Huth
On 12/01/2023 17.24, Rot127 wrote: 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 o

[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