Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


hook hop

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
johnnygg
Advanced Cheater
Reputation: 0

Joined: 20 Jan 2010
Posts: 51

PostPosted: Tue Mar 09, 2010 10:24 pm    Post subject: hook hop Reply with quote

hi all I'm back!
so, I can't find any bypasses, and no one wants to write a tutorial or even list any sources about where I can start to learn about how to make my own bypass.....SOOOOO
I wanted to ask about "hook hopping".
Someone mentioned it earlier as a solution to use API's (like sendmsg() and postmsg()) that might be hooked by a game's anti-hack protection.

My question is the following:
1. Is a 'hook hop' just another way of saying 'bypass'?
2. If not, what is a hook hop, and where can I learn more about them?
Back to top
View user's profile Send private message
Guy
Expert Cheater
Reputation: 0

Joined: 30 May 2009
Posts: 187

PostPosted: Sun Mar 14, 2010 5:24 pm    Post subject: Reply with quote

They work by replacing the code which was hooked, then merely "hopping" over the hook, e.g.

SendMessageA's first 5 bytes may be:

Code:

MOV EDI, EDI
PUSH EBP
MOV EBP, ESP


After a hook is added, the above x86 code may resemble:

Code:

JMP 02010401



Rather than calling SendMessageA directly, the following could be done:

Code:

MOV EDI, EDI
PUSH EBP
MOV EBP, ESP
JMP SendMessageA + 5


Note the "SendMessage + 5"; the overwritten code is merely jumped over, avoiding the hook entirely.

Regardless, this does no good when kernel mode hooks are in place; thankfully, with KPP on Windows 7, those will soon become a thing of the past.
Back to top
View user's profile Send private message
johnnygg
Advanced Cheater
Reputation: 0

Joined: 20 Jan 2010
Posts: 51

PostPosted: Mon Mar 22, 2010 8:59 pm    Post subject: Reply with quote

thank you
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites