RegFromApp monitors the Registry changes made by the application that you selected, and creates a standard RegEdit registration file (.reg) that contains all the Registry changes made by the application. You can use the generated .reg file to import these changes with RegEdit when it's needed.
RegDllView
RegDllView is a small utility that displays the list of all registered dll/ocx/exe files (COM registration).
For each registered file, you can view the last date/time that it was registered, and the list of all
registration entries (CLSID/ProgID).
RegDllView also allows you to unregister dll/ocx files that you don't need on your system anymore.
If you have dll/ocx files that don't exist on your system anymore, but their registration entries are still
exist in your Registry, you can manually remove these entries by using 'Delete All Entries For Selected Files' option.
SimpleProgramDebugger
SimpleProgramDebugger is a simple debugging tool for Windows that attaches to existing running program or starts a new program in debugging mode, and then displays all major debugging events occurs while the program is running, including Exception, Create Thread, Create Process, Exit Thread, Exit Process, Load DLL, Unload Dll, and Debug String.
After the debugging events are accumulated, you can easily export them into comma-delimited/tab-delimited/xml/html file or copy them to the clipboard and then paste them into Excel or any other spreadsheet application.