Results 1 to 1 of 1
  1. #1
    jokjok123's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    198
    Reputation
    10
    Thanks
    108

    Exclamation What is wrong with this injector

    Code:
    Private Function StartIT(ByVal pID As Integer, ByVal StartIITLoc As String) As Boolean
            On Error Resume Next
            Dim Getproces As Integer = DZProce(&H1F0FFF, 1, pID)
            Dim KerMoz As Integer = DZModGet("kernel32.dll") 'JUNK'JUNK
    
    
            Dim GetLoadLib = DZGetProc(KerMoz, "LoadLibraryA") 'JUNK
    
            Dim GetLSBytes As Byte() = System.Text.Encoding.ASCII.GetBytes(StartIITLoc)
            If Getproces = 0 Then Return False
            Dim AllwAddr As Integer = DZVirt(Getproces, 0, GetLSBytes.Length, &H1000, &H4) 'JUNK'JUNK
    
    
            If AllwAddr = Nothing Then Return False
            If KerMoz = 0 OrElse GetLoadLib = 0 Then Return False 'JUNK
            'JUNK
    
            DZWriteProce(Getproces, AllwAddr, GetLSBytes, GetLSBytes.Length, 0)
            Dim LibarlThreaz As Integer = GetRemote(Getproces, 0, 0, GetLoadLib, AllwAddr, 0, 0)
    
            If LibarlThreaz = 0 Then
                Return False
            Else
                Wait(LibarlThreaz, 5000) 'JUNK
    
                Handlez(LibarlThreaz)
            End If
    
            Handlez(Getproces)
    
            Return True
        End Function

  2. The Following User Says Thank You to jokjok123 For This Useful Post:

    Nine11 (02-13-2017)

Similar Threads

  1. What's wrong with this guy?
    By Mr.Magicman in forum General
    Replies: 15
    Last Post: 06-01-2010, 08:53 AM
  2. What is wrong with this code?
    By t7ancients in forum C++/C Programming
    Replies: 10
    Last Post: 10-19-2009, 01:58 PM
  3. What's wrong with this?
    By yup in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-18-2008, 10:36 AM
  4. what is wrong with this ??
    By floris12345! in forum Visual Basic Programming
    Replies: 5
    Last Post: 01-16-2008, 05:22 PM
  5. what is wrong with this source?
    By Petros in forum C++/C Programming
    Replies: 6
    Last Post: 07-04-2007, 04:33 PM