Skip to content

Instantly share code, notes, and snippets.

@multun
Created October 15, 2020 15:07
Show Gist options
  • Save multun/d778d555523f15a7cbb359a397cd9ede to your computer and use it in GitHub Desktop.
Save multun/d778d555523f15a7cbb359a397cd9ede to your computer and use it in GitHub Desktop.
Golang reverse engineering notes
  • golang has runtime type information. the format of the structure varies between compiler versions
  • convT2E converts some value to interface{}, and takes a pointer to a type and a value, and returns an interface
  • golang also always has function names / line info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment