injector

07/10/2011 05:09 ranger70#1
can someone give me a good injector for noforce? i can't find one
07/10/2011 05:16 sounggi#2
as long as you don't use pake in mng and take the pake file out (not pake.dll), you can still use mng. this still doesn't make sense then don't try it..
07/10/2011 05:58 Copilot#3
[Only registered and activated users can see links. Click Here To Register...]
:/ Simply google perx download.
07/10/2011 21:29 tbstewa#4
PerX sucks
07/10/2011 21:34 adam_j#5
Quote:
Originally Posted by tbstewa View Post
PerX sucks
Brutal honesty.
07/10/2011 22:30 tbstewa#6
protip:
Learn VB and make your own?
07/10/2011 23:12 Aldeel#7
Lol@Injectors
07/11/2011 03:05 kotarou3#8
Quote:
Originally Posted by tbstewa View Post
protip:
Learn VB and make your own?
Isn't it faster with pure C?
07/11/2011 03:29 tbstewa#9
There are a lot of examples in vb.... so it's easier to tweak
07/11/2011 03:56 kotarou3#10
Code:
void inject(const char* dllpath, HANDLE hProcess)
{
    void* remotedllpath;
    remotedllpath = VirtualAllocEx(hProcess, NULL, strlen(dllpath), MEM_COMMIT, PAGE_READWRITE);
    WriteProcessMemory(hProcess, remotedllpath, (void*)dllpath, strlen(dllpath), NULL);
    CreateRemoteThread(hProcess, NULL, 0, (LPTHREAD_START_ROUTINE)LoadLibraryA, remotedllpath, 0, NULL);
}
Simple C example, no?
PS. Include windows.h, string.h and stdlib.h
07/11/2011 10:11 SSDarkLink#11
Quote:
Originally Posted by tbstewa View Post
PerX sucks
I agree, PerX is one of the worst, and Kota just pretty much threw out there everything you need :I
07/11/2011 18:09 Copilot#12
Perx doesn't suck.

Go use kitterz, and cry about it.
07/11/2011 18:34 tbstewa#13
I wrote my own :3
07/11/2011 18:54 Copilot#14
K sir, whats so great about it?

There's like 12321313 examples on how to make your own.
07/11/2011 18:58 adam_j#15
What's so great about your own one?
It's not PerX.

So, it's not inevitable malware.