ListBox/Injector Help

Posts 18 of 8 · Page 1 of 1
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.

Code:
        pszLibFileRemote = Application.StartupPath & "\" + ExeName + ".dll"
Above code was the original source code, it worked fine.

Code:
        pszLibFileRemote = ListBox1.Items.ToString
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?
Can you PM me that source code??

And I have always had troubles with listboxes, so sorry for no help there.
Quote Originally Posted by Pixie View Post
Can you PM me that source code??

And I have always had troubles with listboxes, so sorry for no help there.


how do i PM?
ohk, i sent it.

found out the problem anyone?
Quote Originally Posted by MinimalKills View Post
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.

Code:
        pszLibFileRemote = Application.StartupPath & "\" + ExeName + ".dll"
Above code was the original source code, it worked fine.

Code:
        pszLibFileRemote = ListBox1.Items.ToString
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?
It will not work if you copy and past......

Try PM pixie or Don Diablo...:Or Pm me!
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?