Capstone.NET icon indicating copy to clipboard operation
Capstone.NET copied to clipboard

.NET Core and .NET Framework binding for the Capstone Disassembly Framework

Results 5 Capstone.NET issues
Sort by recently updated
recently updated
newest added

https://github.com/9ee1/Capstone.NET/blob/1ed8e2502e770de6655b70877867c22dddcc4d4f/Gee.External.Capstone/NativeCapstone.cs#L52 I've been struggling a bit with trying to use a newer version of capstone than v4 to be able to use the MOS65XX disassembler and I had some problems...

question

It would let us use memory from anywhere (including other native pointers) and `Span`s without copying to a `byte[]` array. It makes it more in-line with the standard library which...

enhancement

I seen that SuperH support was added to the main Capstone:next repository are you planning on adding bindings to work with that? Thanks in advance.

I found an issue when using Capstone.NET 2.3.0 to disassembly following ARM v7R instruction: 0x000028e0: e9 2d 10 00 stmdb sp!, {ip} The register IP is not added into AllReadRegisters,...