Recent Posts
- Rebel.NET & Phoenix Protector Update
Wed, 07 Jul 2010
- PDF Insider Demo
Tue, 25 May 2010
- CFF & Rebel.NET Update
Thu, 01 Apr 2010
- My first month at Hex-Rays
Sun, 07 Feb 2010
- Busy & Qt 4.6
Sun, 13 Dec 2009
 
Recent Comments
- Comment on Native Blocks Pre-Alpha by Breezer
Fri, 02 Jul 2010
- Comment on PDF Insider Demo by F0X
Tue, 15 Jun 2010
- Comment on PDF Insider Demo by Timbuktu
Mon, 14 Jun 2010
- Comment on Explorer Suite update by Brandon Siegel
Mon, 07 Jun 2010
- Comment on Native Blocks Pre-Alpha by The sad (but inevitable) state of .NET Obfuscation
Mon, 07 Jun 2010
 
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