Thread: API Hooking
View Single Post
  #3  
Old 04-22-2005, 01:11
Hero Hero is offline
VIP
 
Join Date: Jan 2005
Posts: 226
Rept. Given: 2
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 2 Times in 2 Posts
Hero Reputation: 1
Hi nikola
You suggest very good way for redirecting APIs.But I should say that this algorithm
will not work at any OS.In normal windows OSs,you can use this,but in some cases
(for example if you want to do this for a PDA with windows CE) this will not work.
Because in this sample,main system DLLs will run from PDA ROM directly and
will not load into RAM and this will cause that you can't use WriteProcessMemory
for changing it.

sincerely yours
__________________
I should look out my posts,or JMI gets mad on me!
Reply With Quote