Advertisement
Guest User

Untitled

a guest
Jun 27th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      .maxstack 5
  2.     .locals init (string[] V0)
  3.     ldc.i4.s 0x1A
  4.     newarr   [mscorlib]System.String
  5.     ...
  6.     ldstr    aX                         // "x"
  7.     stelem.ref
  8.     dup
  9.     ldc.i4.s 0x15
  10.     ldstr    aC                         // "c"
  11.     stelem.ref
  12.     dup
  13.     ldc.i4.s 0x16
  14.     ldstr    aQ                         // "q"
  15.     stelem.ref
  16.     dup
  17.     ldc.i4.s 0x17
  18.     ldstr    aB                         // "b"
  19.     stelem.ref
  20.     dup
  21.     ldc.i4.s 0x18
  22.     ldstr    aN                         // "n"
  23.     stelem.ref
  24.     dup
  25.     ldc.i4.s 0x19
  26.     ldstr    aM                         // "m"
  27.     stelem.ref
  28.     stloc.0
  29.     ldloc.0
  30.     ldc.i4.3
  31.     ldelem.ref
  32.     ldloc.0
  33.  
  34.     ldc.i4.8
  35.     ldelem.ref
  36.     ldloc.0
  37.     ldc.i4.7
  38.     ldelem.ref
  39.     ldloc.0
  40.     ldc.r8   2.0
  41.     call     float64 [mscorlib]System.Math::Sqrt(float64)
  42.     conv.i4
  43.     ldelem.ref
  44.     call     string [mscorlib]System.String::Concat(string, string, string, string)
  45.     pop
  46.     ldarg.0
  47.     ldfld    class [System.Windows.Forms]System.Windows.Forms.TextBox TearORDear.LoginForm::textBox_user
  48.     callvirt instance string [System.Windows.Forms]System.Windows.Forms.Control::get_Text()
  49.     ldarg.0
  50.     ldfld    string TearORDear.LoginForm::aa
  51.     call     bool [mscorlib]System.String::op_Equality(string, string)
  52.     brfalse.s loc_71E
  53.     ldloc.0
  54.     ldc.i4.0
  55.     ldelem.ref
  56.     ldloc.0
  57.     ldc.i4.s 0x16
  58.     ldelem.ref
  59.     call     bool [mscorlib]System.String::op_Equality(string, string)
  60.     ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement