[VB.Net] Basic Process Persistence 04-11-2011, 08:09 AM
#1
Code:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
If Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName).Length < 2 Then 'If self is Opened Less than twice
Process.Start(Process.GetCurrentProcess.ProcessName) 'Start own instance
End If
End Sub
Spoiler: How to defeat this persistence?
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!