[guardian-dev] Orbot: Better method for deploying binaries

Dominik Schürmann dominik at dominikschuermann.de
Thu Apr 25 10:48:34 EDT 2013


Hi,

in the discussion of hidden services, Michael Rogers mentioned a way to
detect the architecture and then deploy the right binary for that
architecture.
As I wrote some Android root apps, I found a better fitting method, by
exploiting Android's way for including shared libraries.
Android includes all lib*.so files in libs/$arch/ and unpacks them
automatically on install based on the $arch of the device.
You just have to name your binaries like libraries and they will be
deployed. I am using this in the app AdAway for example.

See https://github.com/dschuermann/root-commands#binaries for more
information.

Regards
Dominik

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 554 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mayfirst.org/pipermail/guardian-dev/attachments/20130425/120c5a2c/attachment.pgp>


More information about the Guardian-dev mailing list