simplify
simplify copied to clipboard
#2 Simplify don't see reflection and encryption string
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.
Its similar to this Issue#70. This is a variant of DexProtector, same as the latter Issue70.
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 classes_merge.zip
This is the new -it required for this dex "Lcom/applisto/appcloner/HtmlEditorActivity$10$j$1;->dgj"
Hello @CalebFenton. Any updates ?