Advertisement
aetos

Untitled

Oct 20th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
  2. .method public static
  3. void met () cil managed
  4. {
  5. // Header Size: 12 bytes
  6. // Code Size: 13 (0xD) bytes
  7. // LocalVarSig Token: 0x11000001 RID: 1
  8. .maxstack 1
  9.  
  10. /* 0x0000025C 7205000070 */ IL_0000: ldstr "Hoge"
  11. /* 0x00000261 FE14 */ IL_0005: tail.
  12. /* 0x00000263 280100000A */ IL_0007: call void [mscorlib]System.Console::WriteLine(string)
  13. /* 0x00000268 2A */ IL_000C: ret
  14. } // end of method typ::met
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement