Fri 11 Jul 2008
Debugging Windows Mobile 6 Applications with IDA
Posted by dani under Reverse Engineering
Today I’ve been trying to debug an application remotely with IDA Pro and I found the following error when launched the program:
Copying the debugger server to PocketPC ...
Could not invoke debugger server at PocketPC: Access denied.
Thus, surfing the web I found a workaround regarding the security polices of the handheld. Just by changing some values in the registry you will be able to copy/invoke the debugger remotely.
Key: 'HKLM\Security\Policies\Policies001001' from value DWORD:2 to value DWORD:1
Key: 'HKLM\Security\Policies\Policies00100b' change to value DWORD:1
And now you’ll be able to debug your programs remotely
Cheers,
Daniel
August 3rd, 2008 at 9:42 am
I had this problem many times, but I didn’t know about any solution.
Thanks!!!
September 6th, 2008 at 5:45 pm
Thanks.. It worked.
December 30th, 2008 at 8:18 pm
Thanks! Do you have also some code to get away the other nasty nags?^^
December 30th, 2008 at 10:24 pm
Apparently, there is no way of debugging anything on OMAP850-based ARM devices :/