ListBox/Injector Help
I am having a go at an injector and ive used a source.
The source was meant to inject only 1 .dll and i want it to inject a set of .dlls in a listbox.
Above code was the original source code, it worked fine.
This code was what i changed, im not sure if its this, but when i run the exe it seems to inject but nothing happens.
Any help available?
The source was meant to inject only 1 .dll and i want it to inject a set of .dlls in a listbox.
Code:
pszLibFileRemote = Application.StartupPath & "\" + ExeName + ".dll"
Code:
pszLibFileRemote = ListBox1.Items.ToString
Any help available?
