Skip to content

Instantly share code, notes, and snippets.

@grantseltzer
Created September 14, 2018 20:51
Show Gist options
  • Save grantseltzer/85452bdb369315a79beb619c5544e2a9 to your computer and use it in GitHub Desktop.
Save grantseltzer/85452bdb369315a79beb619c5544e2a9 to your computer and use it in GitHub Desktop.
engine, err := gapstone.New(
gapstone.CS_ARCH_X86,
gapstone.CS_MODE_64,
)
if err != nil {
log.Fatal(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment