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 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)
...
and 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)
...
All names and line numbers are restored to their original values, which is very useful for debugging the application.