|
Project Information
Members
Featured
Downloads
|
A small Software written in C# that shows all DLLs used by an EXE.
It works based on a xml config file. This file has several values as shown bellow: <?xml version="1.0" encoding="iso-8859-1" ?> <tracewinresources> <config resultpath="C:\Windows\Temp" interval="60" verbose="true" udpserver="" udpport="9050" /> <inspect path="C:\Windows\system\" /> <inspect path="C:\Program Files\" /> <inspect path="C:\Python27" /> </tracewinresources>
|