Skip to content

Instantly share code, notes, and snippets.

@junwatu
Last active December 16, 2018 00:46
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 junwatu/c95a76c58e34936829df3f8be603e8f8 to your computer and use it in GitHub Desktop.
Save junwatu/c95a76c58e34936829df3f8be603e8f8 to your computer and use it in GitHub Desktop.
IL Hello
.method public hidebysig static
string Mendal (
string str
) cil managed
{
// Method begins at RVA 0x2050
// Code size 7 (0x7)
.maxstack 1
.locals init (
[0] string
)
//**************************************************
// Kode operasi yang perlu diperhatika (dipelajari)
//**************************************************
IL_0000: nop
IL_0001: ldarg.0
IL_0002: stloc.0
IL_0003: br.s IL_0005
IL_0005: ldloc.0
IL_0006: ret
//***************************************************
} // end of method Hello::Mendal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment