how can i make my runnable autoinject a dll? i heard its possible with dex patcher i tried it says select Gunz.exe i do and click ok and it says EXE Patched but i dont think it auto injcts the dll.
how can i make my runnable autoinject a dll? i heard its possible with dex patcher i tried it says select Gunz.exe i do and click ok and it says EXE Patched but i dont think it auto injcts the dll.
Last edited by death4u2; 23-05-09 at 08:29 PM.
why do you need that?
You could use a proxy DLL (e.g.: DirectX, WINSOCK, etc), but I personally prefer modifying the entry point to insert the desired shellcode (In this case, a DLL) in memory, then replace the overwritten bytes, restoring the original initialization code.
gWX0 lol why so pro i cant do fkign asm or c++ coding but can u tell me how to do it using the dex patcher? i heard its possible
help!..........
I tought it add dexclientchecker.dll im not sure.
It inject trough jumping to the ASCII string. Just search for all ref. text strings.
dumm question
There is no such thing as a dumb question.
OP,
Refer to this thread for a method:
http://forum.ragezone.com/f497/creat...jector-566876/
Try alloy its a direct download
Doesnt work ? Try : recource builderCode:http://www.pgware.com/downloads/?file=alloy.exe
and for my best opinion use Gilma :Code:http://www.brothersoft.com/d.php?soft_id=30458&url=http%3A%2F%2Fwww.sicomponents.com%2Fsoft%2Frbsetup.zip
google for it.
I log in once maybe every three days, I don't scam money lol... i've never scammed anyone since i've came to gunz two years ago, I used to scam people with Runescape when I was 11 years old and just learned how to use a computer, but that's it. You obviously have not learned to use a keyboard properly yet, so please just leave.
Call LoadLibraryA when GunZ is initializing? I've posted multiple samples in the past, search button would do.