We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only seen in collected analytics. Probably due to KNOX additional security measures.
The text was updated successfully, but these errors were encountered:
A proof of concept script to hijack linker to make appProcess relocation work: (tested on Android 11 beta 3)
mkdir /apex/myfs mount -t tmpfs -o size=1M tmpfs /apex/myfs mkdir /apex/myfs/bin /apex/myfs/etc echo dir.system = /apex/myfs >/apex/myfs/etc/ld.config.txt # or /system/etc/ld.config.29.txt for API 29 cat /linkerconfig/ld.config.txt >>/apex/myfs/etc/ld.config.txt cp /system/bin/app_process /apex/myfs/bin /apex/myfs/bin/app_process
Sorry, something went wrong.
Run root server in unrestricted SELinux context on Android 10+
4e9561f
Related bug: Chainfire/librootjava#21
No branches or pull requests
Only seen in collected analytics. Probably due to KNOX additional security measures.
The text was updated successfully, but these errors were encountered: