Skip to content

Instantly share code, notes, and snippets.

@kg
Created March 15, 2018 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kg/28d1b6527570906406e4866958918e84 to your computer and use it in GitHub Desktop.
Save kg/28d1b6527570906406e4866958918e84 to your computer and use it in GitHub Desktop.
.custom instance void A::.ctor() = (
PROLOG // ctor arguments
// no items
PROLOG // field values
FIELD //
51 01 58 // inline str 'X'. What is 51?
55 62 // length of type name???
43 60 31 2B 45 5B 5B // C`1+E[[
** // rest of type name, omitted
5D 5D // ]]
00 00 00 00 // ?????
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment