On Thu, 17 Feb 2022 15:16:41 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> The Capstone library is a simple to use, efficient disassembly library, >> distributed under the MIT license. >> >> This PR implements an hsdis backend using Capstone. It has been tested on >> Linux, macOS and Windows (x64). >> >> The actual C implementation of the backend was done by @JornVernee. I assume >> there are plenty of room for enhancing this implementation, with options >> like in the binutils backend. Such improvements can be done later, by teams >> more familiar with the requirements of hsdis. > > Magnus Ihse Bursie has updated the pull request incrementally with one > additional commit since the last revision: > > Fix indentation Marked as reviewed by erikj (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7506