I've a question.
Is there any way (application, script, etc.) to log, which registry keys my windows mobile application reads during work?
I need to fix an application, which uses third company DLLs (which uses registry keys) without any documentation (except comments in app source code).
The worst is that I don't have DLL's source code :(
Thank You for any response.
If you need to to do forensik analysis of an executable (dll or exe), first start with a strings dump of the dll or exe file. I use sysinternals strings to do so.
Next is to look at the imports and exports of the executable, I use dumpbin or FileAlayzer for that.
There is also a registry monitor available for windows mobile Armv4 devices.

Monitor reg changes: http://geekswithblogs.net/BruceEitman/archive/2009/08/17/windows-ce-monitor-for-registry-changes.aspx
Use "RegLogger" to find a binary (at xda-developers.com?):
Another great tool for forensik analysis is sk-tools ssnap. You can take snapshots of the device registry and file and database system and then compare these snapshots.