UncleBen
11-10-2002, 06:40 PM
Ok, I've searched, read, learned A LOT. And now I have a setup I"m happy with:
Run perl script that open telnet on a port and waits for enter key then executes the program I want (thanx Jax)
Exececuted sniffer runs once, exits, updates keyfile.dat, then runs a .bat file that samba's it over to my /usr/local/share/showeq/keyfile.dat.
makes a long system beep to let me know a key was found
and prints the output to the telnet window on linux for shits and giggles
I love this method, I just hit enter key on my linux box and all is done in like 1/2 a sec and only thing left running is the perl script
Now, from what I've read, OpenProcess (PROCESS_VM_READ, FALSE, pe32.th32ProcessID); will not work on XP after the game is running cause of the XP's security to lock me out and give the OpenProcess failed, error: 5 message :(
So I ask, is there ANY way to disable XP's security on that so i can read the key with OpenProcess at my leisure? I can't stand the thought of having a keysniffer looping over and over while I play.
Flame me if you want, but I read so damn much I actually learned from scatch how to get all this going. Just have one stupid problem now; lol
Thanx
Run perl script that open telnet on a port and waits for enter key then executes the program I want (thanx Jax)
Exececuted sniffer runs once, exits, updates keyfile.dat, then runs a .bat file that samba's it over to my /usr/local/share/showeq/keyfile.dat.
makes a long system beep to let me know a key was found
and prints the output to the telnet window on linux for shits and giggles
I love this method, I just hit enter key on my linux box and all is done in like 1/2 a sec and only thing left running is the perl script
Now, from what I've read, OpenProcess (PROCESS_VM_READ, FALSE, pe32.th32ProcessID); will not work on XP after the game is running cause of the XP's security to lock me out and give the OpenProcess failed, error: 5 message :(
So I ask, is there ANY way to disable XP's security on that so i can read the key with OpenProcess at my leisure? I can't stand the thought of having a keysniffer looping over and over while I play.
Flame me if you want, but I read so damn much I actually learned from scatch how to get all this going. Just have one stupid problem now; lol
Thanx