Sign inSign up

aguindehi/android-redsocks

By aguindehi

Updated over 9 years ago

Android NDK libevent + redsocks Builder

Image
2

1.3K

aguindehi/android-redsocks repository overview

This is a Android NDK libevent + redsocks Builder image. You can use it to build the RedSocks interception proxy for the Android android-21 platform (eg. Android 5) using GCC 4.9.

Usage:

mkdir -p data/local

docker run -t -i --rm --env ARCH_NAME=arm -v ./data/local:/data/local aguindehi/android-redsocks ./build

The result of the compile can be found in ./data/local and needs to be installed to the root folder of your Android device.

Environment variables:

ARCH_NAME=[arm|mips|x86|aarch64]

GOOGLE_PLATFORM=[15|16|17|18|19|21]

Note:

Currently only ARCH_NAME=arm is able to fully compile Redsocks. GOOGLE_PLATFORM=21 allows to compile for Android 5.

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

over 9 years ago

docker pull aguindehi/android-redsocks