Orbot: Add paragraph about PIE/noPIE flavors. Closes #131

This commit is contained in:
Boris Kraut 2014-12-31 13:51:32 +01:00
parent 4e3877902c
commit 04792f6205

View file

@ -30,6 +30,13 @@ available from the Mozilla addon site).
This app will use root access if you have it, but it is not required. Root
access is used to transparently proxy apps, which allows you to force any app
to use Tor.
Currently there are two build falvors available, PIE and noPIE. "Position
independent executable" is a technique that got introduced somewhere in the
Android 4.x cycle and the PIE builds should be default for Android 5+. For
technical details see [https://en.wikipedia.org/wiki/Position-independent_code Wikipedia].
Basically you should use PIE builds when they are available for your device.
.
Requires Root:Yes