Recent Posts
- Native Blocks Pre-Alpha
Tue, 30 Jun 2009
- .NET MetaData Tables Reports
Fri, 29 May 2009
- Data Execution Prevention (NX) flag
Fri, 10 Apr 2009
- Kernel: 3rd edition
Thu, 02 Apr 2009
- Multiple Updates
Thu, 19 Feb 2009
 
Recent Comments
- Comment on Rebel.NET by Daniel Pistelli
Thu, 02 Jul 2009
- Comment on Native Blocks Pre-Alpha by Daniel Pistelli
Thu, 02 Jul 2009
- Comment on Native Blocks Pre-Alpha by cant
Wed, 01 Jul 2009
- Comment on Native Blocks Pre-Alpha by Kurapica
Wed, 01 Jul 2009
- Comment on Rebel.NET by Ryan
Wed, 01 Jul 2009
 
DynLogger
Current Version: 1.1.0.1

Download DynLogger


DynLogger logs all dynamically retrieved functions by reporting the module name and the requested function. It also logs loaded modules. It can come very handy when one wants to know a "hidden" function used by an application.

- DynLogger (x86 Version)
- DynLogger (x64 Version)


Download the x64 version DynLogger only if the process is not an x86 process. In all other cases download the x86 version.


I recycled the code of a bigger project to write this little application. It's a very small utility, but it might be of use after all. It was tested on XP and Vista, both x86 and x64. It works for .NET application as well. Just start the logging process, the log will be saved after you quit the monitored application.

Download DynLogger