Orbot: Add paragraph about PIE/noPIE flavors. Closes #131
This commit is contained in:
parent
4e3877902c
commit
04792f6205
|
@ -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
|
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
|
access is used to transparently proxy apps, which allows you to force any app
|
||||||
to use Tor.
|
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
|
Requires Root:Yes
|
||||||
|
|
Loading…
Reference in a new issue