java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.55k stars 289 forks source link

[HELP] Getting Error #919

Closed MikeAndarsons closed 2 years ago

MikeAndarsons commented 2 years ago

I tried GotoRemover with This Config in GUI Mode

java -jar deobfuscator.jar -input C:\Users\WIN10\Desktop\Deob\classes2-dex2jar.jar -output C:\Users\USER10\Desktop\Deob\classes2-dex2jargoto.jar -transformer peephole.RedundantGotoRemover -path "C:\Program Files\Zulu\zulu-8\jre\lib\ext\jfxrt.jar" -path "C:\Program Files\Zulu\zulu-8\jre\lib\rt.jar"

And got this Error


[Thread-9] INFO com.javadeobfuscator.deobfuscator.Deobfuscator - Writing
Error: android/os/Parcelable could not be found while writing android/support/wearable/complications/ComplicationText. Using COMPUTE_MAXS
Error: cbv could not be found while writing cci. Using COMPUTE_MAXS
Error: android/widget/Checkable could not be found while writing androidx/preference/SwitchPreference. Using COMPUTE_MAXS
Error: muz could not be found while writing ccj. Using COMPUTE_MAXS
Error: android/view/ViewParent could not be found while writing android/support/v7/widget/ActionBarContextView. Using COMPUTE_MAXS
Error: jfu could not be found while writing ehy. Using COMPUTE_MAXS
Error: mh could not be found while writing android/support/v7/widget/ActionMenuView. Using COMPUTE_MAXS
Error: android/util/AttributeSet could not be found while writing android/support/v7/view/menu/ExpandedMenuView. Using COMPUTE_MAXS
Error: elx could not be found while writing eii. Using COMPUTE_MAXS
Error: pln could not be found while writing ein. Using COMPUTE_MAXS
Error: muo could not be found while writing goo. Using COMPUTE_MAXS
Error: idm could not be found while writing gon. Using COMPUTE_MAXS
More....

Let me know what I am missing. Thanks

Janmm14 commented 2 years ago

these errors are not critical and usually do not cause trouble on their own. it just means that the input + path did not contain certain classes which were referenced.