DeviceFarmer / minirev

Minimal reverse port forwarding implementation for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minirev

Minirev is a minimal reverse port forwarding implementation for Android. It works without root when run via ADB and should work on pretty much any SDK level.

Building

Building requires NDK, and is known to work with at least with NDK Revision 10 (July 2014).

Then it's simply a matter of invoking ndk-build.

ndk-build

You should now have the binaries available in ./libs.

Contributing

See CONTRIBUTING.md.

License

See LICENSE.

Copyright © CyberAgent, Inc. All Rights Reserved.

About

Minimal reverse port forwarding implementation for Android.

License:Other


Languages

Language:C 93.7%Language:Makefile 3.8%Language:Shell 2.6%