├── .gitignore ├── ASTRemoveDummySwitch.py ├── AlertMarker.py ├── DeCluster.java ├── DeClusterMod.java ├── DexGuardStringDecoder.java ├── HelloWorld.py ├── InvokedMethods.py ├── ListingMethods.py ├── ObadDecrypt.py ├── ObadUnreflect.py ├── README.md ├── RenameObfuscatedClasses.py ├── fixObfousClass.py ├── getMethodSignatures.java ├── getMethodSignatures.py ├── getMethodsFromClass.py ├── grepDeobfuscationRoutines.py └── snapshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/.gitignore -------------------------------------------------------------------------------- /ASTRemoveDummySwitch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/ASTRemoveDummySwitch.py -------------------------------------------------------------------------------- /AlertMarker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/AlertMarker.py -------------------------------------------------------------------------------- /DeCluster.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/DeCluster.java -------------------------------------------------------------------------------- /DeClusterMod.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/DeClusterMod.java -------------------------------------------------------------------------------- /DexGuardStringDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/DexGuardStringDecoder.java -------------------------------------------------------------------------------- /HelloWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/HelloWorld.py -------------------------------------------------------------------------------- /InvokedMethods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/InvokedMethods.py -------------------------------------------------------------------------------- /ListingMethods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/ListingMethods.py -------------------------------------------------------------------------------- /ObadDecrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/ObadDecrypt.py -------------------------------------------------------------------------------- /ObadUnreflect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/ObadUnreflect.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/README.md -------------------------------------------------------------------------------- /RenameObfuscatedClasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/RenameObfuscatedClasses.py -------------------------------------------------------------------------------- /fixObfousClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/fixObfousClass.py -------------------------------------------------------------------------------- /getMethodSignatures.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/getMethodSignatures.java -------------------------------------------------------------------------------- /getMethodSignatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/getMethodSignatures.py -------------------------------------------------------------------------------- /getMethodsFromClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/getMethodsFromClass.py -------------------------------------------------------------------------------- /grepDeobfuscationRoutines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/grepDeobfuscationRoutines.py -------------------------------------------------------------------------------- /snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enovella/jebscripts/HEAD/snapshot.png --------------------------------------------------------------------------------