Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Udfordring
  4. {
  5. // Token: 0x02000002 RID: 2
  6. internal class Program
  7. {
  8. // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
  9. private static void Main(string[] args)
  10. {
  11. Console.WriteLine("Intet at se her");
  12. for (int i = 0; i < Program.flag.Length; i++)
  13. {
  14. uint num = Program.flag[i] + 4128831U;
  15. }
  16. }
  17.  
  18. // Token: 0x04000001 RID: 1
  19. public static readonly char[] charset = new char[]
  20. {
  21. 'a',
  22. 'b',
  23. 'c',
  24. 'd',
  25. 'e',
  26. 'f',
  27. 'g',
  28. 'h',
  29. 'i',
  30. 'j',
  31. 'k',
  32. 'l',
  33. 'm',
  34. 'n',
  35. 'o',
  36. 'p',
  37. 'q',
  38. 'r',
  39. 's',
  40. 't',
  41. 'u',
  42. 'v',
  43. 'w',
  44. 'x',
  45. 'y',
  46. 'z',
  47. '{',
  48. '}',
  49. '_',
  50. '?'
  51. };
  52.  
  53. // Token: 0x04000002 RID: 2
  54. public static readonly uint[] flag = new uint[]
  55. {
  56. 2555943U,
  57. 2949165U,
  58. 2228258U,
  59. 2621480U,
  60. 3932220U,
  61. 2293795U,
  62. 3342387U,
  63. 3538998U,
  64. 2621480U,
  65. 3473461U,
  66. 2490406U,
  67. 2097184U,
  68. 2424869U,
  69. 3538998U,
  70. 2097184U,
  71. 3407924U,
  72. 3473461U,
  73. 3342387U,
  74. 2752554U,
  75. 3080239U,
  76. 2621480U,
  77. 3407924U,
  78. 2097184U,
  79. 2490406U,
  80. 2949165U,
  81. 2949165U,
  82. 2490406U,
  83. 3342387U,
  84. 2097184U,
  85. 2424869U,
  86. 2490406U,
  87. 2883628U,
  88. 3145776U,
  89. 3014702U,
  90. 3211313U,
  91. 2752554U,
  92. 2949165U,
  93. 2490406U,
  94. 3342387U,
  95. 0U,
  96. 4063294U
  97. };
  98.  
  99. // Token: 0x04000003 RID: 3
  100. public const uint key = 4128831U;
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement