aimardcr / APKKiller

Bypass APK Signatures Verify & Integrity Check using Reflection
318 stars 97 forks source link

Unable to compile smali code #21

Open ckgal opened 1 year ago

ckgal commented 1 year ago

Invalid register: v17. Must be between v0 and v15, inclusive.

After adding the following:

.method public final onCreate(Landroid/os/Bundle;)V
    .locals 17
# added
    invoke-static {p0}, Lcom/kuro/APKKiller;->Start(Landroid/content/Context;)V
# end of adding
    move-object/from16 v0, p0
Kaspek2480 commented 11 months ago

for me removing that part of code worked

move-object/from16 v0, p0