Ahmed Garhy
Ahmed Garhy
I've been working on updating Capstone.NET to support Capstone 4, along with some general improvements to Capstone.NET's codebase. I am hoping to release by the end of the week. I'll...
Capstone.NET has been (finally) updated to support Capstone 4, along with a bunch of new goodies. Get the code here: https://github.com/9ee1/Capstone.NET/tree/V2.0.0, or get the Nuget package here: https://www.nuget.org/packages/Gee.External.Capstone/2.0.0
Hello. `ReadOnlySpan` is only supported on .NET Core right now. It is not supported on .NET Standard, which is the target framework the library currently targets when it compiles. I...
Hi and thanks for reporting this. Like you, I too am not sure if there is anything we can do to account for this between different versions of Capstone. In...
Hello. Only the latest stable release of Capstone is supported. As the `next` branch represents active development, I most likely will not support any new features introduced there until they...
Thank you for this PR @ds5678. The PR is currently failing some checks. Would you mind resolving the failures please?
Hello. Thanks for reporting this. I confirm this behavior, but I am pretty sure it is an underlying issue with the native Capstone library. I have [created an issue there](https://github.com/capstone-engine/capstone/issues/1946)...
Hello. It looks like Capstone 5 was released back in July. I was working on a small PR to organize the code a little bit and then I can work...