aimardcr / APKKiller

Bypass APK Signatures Verify & Integrity Check using Reflection
288 stars 90 forks source link

Unable to compile smali code #21

Open ckgal opened 9 months ago

ckgal commented 9 months 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 8 months ago

for me removing that part of code worked

move-object/from16 v0, p0