simplify
simplify copied to clipboard
Exception in thread "main" java.lang.NullPointerException
Provide specific APK, DEX, or file hash CameraGo.apk (Parrot043, 2020-04-13)
Describe the bug `Microsoft Windows [Version 10.0.18362.959] (c) 2019 Microsoft Corporation. All rights reserved.
E:\Android Reverse Engineering Tools\Deobfuscator>java -jar simplify.jar "E:\Android Reverse Engineering Tools\Deobfuscator\deobfuscateme.dex"
[1 / 6321] Processing top level class Lige;
(1 / 3) Executing top level method: Lige;->
E:\Android Reverse Engineering Tools\Deobfuscator>`
To Reproduce Took the classes.dex and tried to decompile java -jar simplify.jar "E:\Android Reverse Engineering Tools\Deobfuscator\deobfuscateme.dex"
Attempted work-arounds Did you try any work-arounds? Did you read the README? Didnt found any workarounds, yes!
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Thanks for filling out the issue template, but I don't have the sample so I can't reproduce.
What version of simplify are you using?
as per as he given detail binary should be https://f.celsoazevedo.com/file/cfiles/gcm1/CameraGo.apk
from page https://www.celsoazevedo.com/files/android/google-camera/dev-parrot043/#apk1520
@CalebFenton any version of Google Camera Go should throw the given Nullpointer exception in title.
I'll take a look at this specific bug, but if you're trying to deobfuscate an entire, large, commercial APK, you're going to see bugs. Simplify works best on 1.) actually obfuscated code (not just proguarded, which is usually malware) and 2.) specific classes or methods. Try excluding problematic classes or, better yet, only including the classes you care about.
On Wed, Jul 29, 2020 at 1:23 AM Stefan [email protected] wrote:
@CalebFenton https://github.com/CalebFenton any version of Google Camera Go should throw the given Nullpointer exception in title.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CalebFenton/simplify/issues/145#issuecomment-665515006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKLG4RLA5DR345YHRZCLETR57L7FANCNFSM4PF67MQA .
I'll take a look at this specific bug, but if you're trying to deobfuscate an entire, large, commercial APK, you're going to see bugs. Simplify works best on 1.) actually obfuscated code (not just proguarded, which is usually malware) and 2.) specific classes or methods. Try excluding problematic classes or, better yet, only including the classes you care about. … On Wed, Jul 29, 2020 at 1:23 AM Stefan @.***> wrote: @CalebFenton https://github.com/CalebFenton any version of Google Camera Go should throw the given Nullpointer exception in title. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#145 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKLG4RLA5DR345YHRZCLETR57L7FANCNFSM4PF67MQA .
I picked this apk because it is modified by a community member I wanted to see if there is some malware in it.But yeah you are right I should try other apk.