|
-
July 31st, 2009, 08:44 PM
#1
Hook a program? Possible?
Hello,
I was wondering if this is even possible. To somehow hook into a program, type something into the console (/joingame 43.32.32.32) or something and maximize the program. Basically so you can click a game on a list and join it. Something like old KaliNET.
- Steve
-
August 1st, 2009, 01:21 PM
#2
Re: Hook a program? Possible?
Read MSDN and Petzold about kbd input, and you'll do it yourself in 2 minutes, as it's a basic task...
-
August 1st, 2009, 03:02 PM
#3
Re: Hook a program? Possible?
are you trying to hook counter strike like game ??
-
August 1st, 2009, 03:50 PM
#4
Re: Hook a program? Possible?
All I am getting is HTML kbd stuff. Any more spectific classes or functions I should look at?
- Steve
-
August 1st, 2009, 04:00 PM
#5
Re: Hook a program? Possible?
 Originally Posted by hypheni
are you trying to hook counter strike like game ??
Yes
- Steve
-
August 1st, 2009, 06:51 PM
#6
Re: Hook a program? Possible?
u can only hook APIs , but if hook the DirectX APIs u can probably do what u ask (even more)
take a look at this:
http://www.codeproject.com/KB/system/hooksys.aspx
-
August 3rd, 2009, 06:51 AM
#7
Re: Hook a program? Possible?
 Originally Posted by Cpp_Noob
u can only hook APIs
That is not entirely true. There are several types of hooking and API Hooking is one of them but not the only one. You can successfully hook other applications' functions but this would require dll injection, code interception as well as reverse engineering knowledge which the OP clearly doesn't have, so for him I think a good place to start would be a forum like Game Deception for hooking Counter-strike - like games there are many tutorials over there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|