Hero
April 11th, 2005, 09:42
Hi all
I don't know that you tried hooking a DLL functions in windows CE or not,but
SetWindowsHookEx is too limited in this windows and I don't know how to use
it for hooking my special function.Do you know how I can do this?
Do you know why I need this?There is an DLL named ril.dll there,and I need add
some feature to RIL_Dial for my special reason.There is two way for this,One is
Hooking and the other one is patching it.Because this is for ARM processor,I can't
find any good and Debugger for it,then patching is too hard.What do you suggest?
Hooking to patch?
Is there any suggestion that how I can do this?
sincerely yours
I don't know that you tried hooking a DLL functions in windows CE or not,but
SetWindowsHookEx is too limited in this windows and I don't know how to use
it for hooking my special function.Do you know how I can do this?
Do you know why I need this?There is an DLL named ril.dll there,and I need add
some feature to RIL_Dial for my special reason.There is two way for this,One is
Hooking and the other one is patching it.Because this is for ARM processor,I can't
find any good and Debugger for it,then patching is too hard.What do you suggest?
Hooking to patch?
Is there any suggestion that how I can do this?
sincerely yours