Files located in the tutorial/step8/files directory:
log.xml | Log file created during the obfuscation process |
input.txt | File with sample stack trace of the obfuscated application |
StackTraceRestore.bat | Runs Allatori's Stack Trace Utility |
Clean.bat | Deletes generated files |
java.lang.NullPointerException at javax.swing.SwingUtilities.convertPointToScreen(SwingUtilities.java:282) at com.smardec.mousegestures.c.a(h:258) at com.smardec.mousegestures.d.eventDispatched(i:78) ...
Running the utility will produce the following output:
java.lang.NullPointerException at javax.swing.SwingUtilities.convertPointToScreen(SwingUtilities.java:282) at com.smardec.mousegestures.MouseGesturesRecognizer.saveMove(MouseGesturesRecognizer.java:87) at com.smardec.mousegestures.MouseGestures$1.eventDispatched(MouseGestures.java:71) ...
So, all names and line number information are restored to their original values. This is very useful for debugging your application.