-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Encrypted strings not removed because stack traces aren't emulated #99
Comments
Thanks for the detailed report. I'm pretty sure this is a related issue: related issue is #12. The problem is that right now, simplify doesn't emulate methods which get stack traces, though I've made some effort on making this possible. It's just never been a priority. I think the way this needs to be fixed is by finding out which methods to emulate (start with Exception;->getStackTrace()), and implement them. There may be some changes that need to happen in smalivm for them to work properly, but I don't think it'll be too bad. You can always try dex-oracle, which actually runs the code, though you'd have to make a plugin for it. |
no luck also with dex-oracle. Thanks for your suggestions. |
Going to close this in favor of #12. |
I don't know if my issue is related to issue #97
I tring to simply this apk http://www8.zippyshare.com/v/vQTFFChK/file.html Uret Patcher v3.5.apk,
you can find it on https://jasi2169.wordpress.com/ , this apk encrypt strings with a variable key which depends on method call.
command line used is
but also
is not working.
If is useful I can attach full output.
The text was updated successfully, but these errors were encountered: