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,
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,
'Windows > MFC' 카테고리의 다른 글
WaveOut api (0) | 2013.10.02 |
---|---|
WinCE Debugging Tips using MAP file and Debugdump (0) | 2013.10.02 |
debuging on windbg (0) | 2013.10.02 |
crash checking map (0) | 2013.10.02 |
mp3 (0) | 2013.10.02 |