-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
worng long value in smali editor #443
Comments
This one may be harder to pin down. Which tool are you using in BCV exactly? Enjarify or Dex2Jar? |
neither of them. |
You did not show the relevant settings in your screenshots :) |
Thanks, have you tried using Enjarify yet? |
same problem with Enjarify. No Difference. |
We are using smali and baksmali, but through dex2jar afaik. That's why I was asking you to do all of this :) |
decompiled with apkeasytools -
decompiled by byteCodeViewer
notice that 0x7f040000 is converted to 32516
i love this tool, because it shows live editing of smali. i open smali with editing in one pannel and java in second pannel. then when i edit smali, it shows java version of smali code by pressing refresh button.
you may not realise how revolutionary it is in world of modding.
i mean i do know now that where i am doing mistake in smali editing.
but this bug is a problem. recently i tried to mod a apk that had multiple resource ids in smali. after moding , there is no way saving back that to apk.
so what i did is , copied paste smali from this tool to the smali file generated by apktool so that i can recompile with one click. but code did not compile due to this error.
can anyone also add the option to replace compiled .class file in .dex file and then replace dex file with apk's dex file ?
The text was updated successfully, but these errors were encountered: