(1 - Reverse engineering oriented which means that only important events will be logged
2 - much faster than before
3 - Richer data output
4 - well-hidden from common protection techniques
5 - Finally you can double click any method and you will be driven to Reflector to see the code
6 - I may add plugins support later
7 - You can toggle tracing ON/OFF in runtime, until you open the registration window for example
8 - You can save results to Microsoft excel *.xls file for better analysis later
9 - Double click orange rows to be taken to the loaded module location in Windows Explorer
10 - Double Click the "Parent Class" to be taken to the Class that invoked the method in reflector
11 - Double Click the blue row to be taken to the Method that was called in Reflector
12 - VM Compatible
13 - may require a certain setup on Windows Vista and later due to UAC
* Reflector Support is still buggy but it's not my fault
** Make sure you loaded the needed assemblies in Reflector before using the double clicking feature
*** Thanks to whoknows and 0xd4d for testing and bug reports)