-
Notifications
You must be signed in to change notification settings - Fork 445
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
#2 Simplify don't see reflection and encryption string #97
Comments
APK sample to test? |
I will upload the dex, because apk has Dex with only two smali's, rest are loaded in Memory and saved to Root folder of the app. And also two more smali's in Memory which I have dumped too. I have merged all smalis to one dex, if you need more, just tell me. |
Do you remember what code you were executing when it failed? I.e. what was the command you used to run simplify? Also, the np.dex file is no longer available. You should be able to attach them to GitHub in the issue directly. |
java -jar simplify.jar np.dex -it "com/applisto/appcloner/dexprotector;->oGrziIgcF" -et "android/support" I had included this in the output.txt. |
I am so sorry I have deleted the dex,but I will upload the new dex after 3rd May. |
No problem bro. I'll just need something to reproduce the issue, debug it, and fix it. |
Here is the new dex, it's from a newer version. @CalebFenton This is the new -it required for this dex "Lcom/applisto/appcloner/HtmlEditorActivity$10$j$1;->dgj" |
Hello @CalebFenton. Any updates ? |
I have one similiar problem. Just that it delivers an error linked to other method. Its protected with DexProtector and it also had one smali in Memory which I have dumped as it was nowhere to be found in DEX file. Caleb if you are free can I send you by email. You can check it later.
However I am attaching the output below.
output.txt
Its similar to this Issue#70. This is a variant of DexProtector, same as the latter Issue70.
The text was updated successfully, but these errors were encountered: