├── LICENSE ├── README.md ├── jni_helper.py └── make_sig.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feicong/jni_helper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feicong/jni_helper/HEAD/README.md -------------------------------------------------------------------------------- /jni_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feicong/jni_helper/HEAD/jni_helper.py -------------------------------------------------------------------------------- /make_sig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feicong/jni_helper/HEAD/make_sig.py --------------------------------------------------------------------------------