-
Notifications
You must be signed in to change notification settings - Fork 298
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
Python For Android Obfuscation #328
Comments
What's exact arch in this platform? For example, X86_64 or ARMv7. And Which libc is it built with? glibc, musl or static libc |
It's a ARMv7 build running on Android. |
There are 3 platforms for armv7,
|
Can linux.armv7 and uclibc.armv7 work on Android? |
These dynamic libraries work in any linux platform, but linked to different libc. For example, |
Okay, i'll test it, in a few hours i will return with the result. |
I created a python script, Trying to Obfuscate it for android platforms like Termux. How can i Obfuscate My script from Kali linux machine for android platforms |
Please check the support platforms in the online documetation.
|
I'm trying to obfuscate a project that already runs well with PyArmor on Windows and Linux, it's cross platform and i'm trying to obfuscate the Android version, but without success, i checked other issues like #207 , but i always get this error when i run the app:
OS Version: Arch Linux
Python Version: 3.8
PyArmor Version: 6.2.9 (Premium)
Android Version: 10
Build Tool: Buildozer
The text was updated successfully, but these errors were encountered: