Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 514 Bytes

netcat-android

Netcat executable binary porting project for android, copy from Google AOSP.

jni is a src directory, include all sourcecode.

libs is a linux executable binary directory for all platform(arm, arm64, x86, x86_64 and so on).

make.bat is a windows batch script to build project, double-click to build project(Need android-ndk).

test.bat is a windows batch script to test binary, double-click to test binary(Need android adb tool). It'll push bin to your android device and run it.