SnappyFox > Download dll
dll
- ResourcesExtractResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources (bitmaps, icons, cursors, AVI movies, HTML files, and more…) stored in them into the folder that you specify. You can use ResourcesExtract in user interface mode, or alternatively, you can run ResourcesExtract in command-line mode without displaying any user interface.
- RegDllViewRegDllView 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).
- Windows Programming/Debugging ToolsSmall utilities package that can be used by programmers for debugging and research. Including, DLL Export Viewer which scans the dll files in the desired folder and find all exported API and COM interfaces, GDIView which displays the list of all GDI handles that is used by your application, ResourcesExtract which scan the desired folder...
- LoadedDllsViewLoadedDllsView is a simple tool for Windows that scans all running processes on your system and displays the list of all DLL files loaded by these processes and the number of processes that load each DLL in the list. When selecting a DLL file in the upper pane of LoadedDllsView, the lower pane displays the...