-
Notifications
You must be signed in to change notification settings - Fork 171
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
not support cpu_64 #10
Comments
Hello, It seems that Apple has dropped support for executing 32-bits binaries in its OS upgrades published since 2018.
It has very particular handling of Java syntactic features, and using Jadx instead won't work. I suggest to either:
Regards, |
I was facing this issue and decided to try using a virtual machine, however now I'm getting missing java binary when trying to import a .apk file. I've installed java but its still happening. Any clue as to how I could fix? |
System re-boot solved it. |
OSError: [Errno 86] Bad CPU type in executable: '/Users/zx/pbtk/utils/external/jad/jad_osx'
jadx good
The text was updated successfully, but these errors were encountered: