(May 30, 2022, 10:05 AM)wiener113 Wrote: I got normal user access but can't root access
I don't understand how to decompiled the apk
(April 7, 2022, 10:01 PM)JohnRaid Wrote: (April 7, 2022, 09:23 PM)koil Wrote: root hash doesnt work
use it like this
$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1
How to compiled the apk with apktool, I have error and I can't
# Decompile and Recompile An android APK using Apktool (READ FIRST!!!)
https://medium.com/@sandeepcirusanagunla/decompile-and-recompile-an-android-apk-using-apktool-3d84c2055a82
wget https://github.com/iBotPeaches/Apktool/releases/download/v2.6.1/apktool_2.6.1.jar
java -jar apktool_2.6.1.jar b -f -d catchv1.0 -o catchv2.apk
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore catchv2.apk alias_name
jarsigner -verify -verbose -certs catchv2.apk
I will help you...