Files located in the tutorial/step4/files directory:
mousegestures-1.2.jar | Mouse Gestures library jar |
test.jar | Jar with mouse gestures demo frame |
RunAllatori.bat | Runs Allatori Obfuscator |
MouseGesturesOriginal.bat | Runs original version of the Mouse Gestures |
MouseGesturesObfuscated.bat | Runs obfuscated version of the Mouse Gestures |
MouseGesturesSingle.bat | Runs obfuscated version of the Mouse Gestures in single.jar |
config.xml | Allatori configuration file |
Clean.bat | Deletes generated files |
<config> <jars single-jar="single.jar"> <jar in="test.jar" out="obf-test.jar"/> <jar in="mousegestures-1.2.jar" out="obf-mousegestures-1.2.jar"/> </jars> <keep-names> <class template="class *.TestFrame"/> </keep-names> <property name="log-file" value="log.xml"/> </config>
After running Allatori there will be one more file produced - single.jar. This jar contains obfuscated version of the classes of two jar files test.jar and mousegestures-1.2.jar. You can test it using MouseGesturesSingle.bat.