From: Magnus I. B. <mag...@or...> - 2023-01-23 14:34:20
|
Hi, I'm working with the OpenJDK project, and we currently have support for disassembling JITted code by using Capstone. We added RISC-V as a supported platform some time ago, but it was just recently pointed out to me that Capstone does not support RISC-V. This surprised me a lot. The front page at http://www.capstone-engine.org/ lists "RISCV" under "Multi-architectures", and searches on Google indicated that people where using Capstone for RISC-V. Some further digging led me to the 'next' branch on Github, where RISC-V support is apparently present, and has been for a while. But it also became apparent that there has not been a new official release of Capstone for quite some time, and none with RISC-V support. Are there any plans for a new official release, that includes RISC-V support? It's great that the code is present on Github, but we would need an official version to depend on. /Magnus |