[HELP] MULTI DLL INJECTOR - VB 6.0
Hello, I need a programmer in visual basic 6.0, to help me in a little doubt, I am creating a list with dll injector, and to finding the problem, who want to help will have their credits.
It would be nice, a project list with dll injector for example, would be my solution
Injection Well the code is this, what function do I get chosen to inject the dll, which is in the listbox?
If ExeName = 1 Then
ProsH = GetHProcExe(Text1.Text)
If ProsH = 0 Then LabelStatus.Caption = "Wait for " & Text1.Text: Exit Sub
DllPath = List1
InjectDll DllPath, ProsH
Else
ProsH = FindProc(Text1.Text)
If ProsH = 0 Then LabelStatus.Caption = "Wait for " & Text1.Text: Exit Sub
DllPath = List1
InjectDll DllPath, ProsH
End If