Description: ExLog, a simple exception spy able to log the exceptions that occur in a process.
It logs general exception information including a CONTEXT dump and disassembles the instructions that generated the exception.
Secondly it can be used to halt execution in the middle of the unpacking phase. If a packers generates 50 exceptions during unpacking, ExLog can be used to halt execution on that 50th exception. It pops up a messagebox when that exception is reached where you can attach a debugger. You can then start tracing untill you reach OEP.
Minimum requirements: DotNet framework 2.0 and Windows XP SP2 or Vista.