[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 SubSpoiler: How to defeat this persistence?
Using Windows Task Manager, click End Tree
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!





![[+]](https://sinister.li/images/modern/collapse_collapsed.png)