-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not proceed further at java -jar #12
Comments
Had the same issue. This is how I fixed it. First update apktool.jar in /dependency/apktool.jar to the latest version from https://bitbucket.org/iBotPeaches/apktool/downloads/ (currently 2.5.0). After that change the following in main.py:
to:
|
@bubby963 Thanks for hint! Your fix worked with current version of apktool 2.6.1 (2022-02-26). |
Doesnt work for me =( |
` millis = str(int(round(time.time() * 1000))) def myworkspace(): def myCommand_silent(command): def myCommand(text, command, second): def terminate(var): def intro(var): def getRealPackageName(package_name):
def runwizard():
def extracting(package_name, workspace): def decompileApplication(): def compileApplication(): def signApplication(path, mode):
def installApplication(package):
def usage(): def main(argv):
if name == "main": ` |
Hi,
When I use -w arguments, it failed.
Here is the error msg.
Android CertKiller (v0.1)
CertKiller Wizard Mode
List of devices attached
c358b58a device product:xxxx model:xxx device:xxxx transport_id:2
Enter Application Package Name: com.xxx.xxx
--------------sijo
package:/data/app/~~W0LgvxxxxxxQ==/ com.xxx.xxx-5BBORxxxxxC__zh44A==/base.apk= com.xxx.xxx
8:94
my packages /data/app/~~W0Lgvxxxxxxzf8wtbQ==/ com.xxx.xxx-5BBORxxxxxC__zh44A==/base.apk
'
I. Initiating APK extraction from device
complete
I. Decompiling
complete
I: Applying SSL bypass
complete
I. Building New APK
complete
/n Could not proceed further at java -jar d:\gitspace\Android-CertKiller/dependency/apktool.jar b -f base. Raise a ticket=> https://github.com/51j0/Android-CertKiller/issues/new
(appsec2) d:\gitspace\Android-CertKiller>java -version
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
The text was updated successfully, but these errors were encountered: