Log in

View Full Version : Remote process in win98


Ja187
April 27th, 2005, 03:29
Hello!
Do you know how to create remote process outside calling process' memory area under win98.

nikolatesla20
April 27th, 2005, 05:50
The only way to inject code into another process mem in win98 is by using DLL hooks or by attatching yourself as a debugger. DO a google for DLL hooking or system hooks...there are also tools written by crackers (Elicz?) called APIHooks or something like that.

-nt20

Ja187
April 27th, 2005, 06:31
Thx for reply nikola!
I'll check it.