Log in

View Full Version : How I can inject code in windows CE DLLs or Hook them?


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

laola
April 11th, 2005, 10:16
Even if you hooked a DLL call, do you have access to the matching development tools (i.e. compiler etc.) for the ARM platform? What particular feature would you want to add? Give some more details, as chances are that somebody else might have done similar stuff... You don't have to invent the wheel again and again...

BTW, I'd vote you get a nice part-time job and purchase *cough* *cough* IDA Pro, it's really worth the money. I've had so much fun with it playing around with all kinds of embedded platform and ancient CPU stuff...

Nothing better than looking at some classy C64 stuff