Skip to content
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

Unable to compile smali code #21

Open
ckgal opened this issue Nov 21, 2023 · 1 comment
Open

Unable to compile smali code #21

ckgal opened this issue Nov 21, 2023 · 1 comment

Comments

@ckgal
Copy link

ckgal commented Nov 21, 2023

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
Copy link

for me removing that part of code worked

move-object/from16 v0, p0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants