Windows/MFC

Debugging Windows Mobile 6 Applications with IDA

aucd29 2013. 10. 2. 18:39
http://dani.foroselectronica.es/debugging-windows-mobile-6-applications-with-ida-69/

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,