Thread: API-hooking
View Single Post
  #1  
Old 03-23-2005, 23:08
MaRKuS-DJM's Avatar
MaRKuS-DJM MaRKuS-DJM is offline
Cracker + Unpacker
 
Join Date: Aug 2003
Location: Virtual World / Network
Posts: 553
Rept. Given: 7
Rept. Rcvd 6 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 16 Times in 10 Posts
MaRKuS-DJM Reputation: 6
API-hooking

hi bro's,

i'm searching for a way to hook API's for a simple protected application (won't name protector )
this should be generic working on Win 95 / 98 / Me / NT / 2000 / XP.
i won't use import-redirection.
on XP i used a method of unprotecting kernel pages and redirect from there to my code. it worked, but it doesn't work on other OS. 95 / 98 / Me can't unprotect kernel-memory. it's the same as with export-patching. i heard something of an undocumented API with ordinal 1 that should be able to unprotect this memory. anybody knows about this?
or any suggestions?
Reply With Quote