gapstone icon indicating copy to clipboard operation
gapstone copied to clipboard

gapstone is a Go binding for the capstone disassembly library

Results 4 gapstone issues
Sort by recently updated
recently updated
newest added

Capstone was updated to a new major version. homebrew doesn't support the previous version, which means the only way of using this library is installing capstone from sources. Could you...

``` go get -u -v github.com/knightsc/gapstone github.com/knightsc/gapstone go build github.com/knightsc/gapstone: build constraints exclude all Go files in C:\Users\xxx\go\pkg\mod\github.com\knightsc\[email protected] ```

Would it be possible to support all the architectures that are listed? In particular the TriCore processor used in many vehicle applications.

When there is an internal error, use `%d` to avoid infinite loop caused by `%v`.