├── IDA_JNI_Renamer ├── ReadMe.md ├── ida_jni.py └── jni-api19.h ├── LICENSE ├── StaticFuncsIdentify.idc ├── StaticFuncsIdentify64.idc └── jni.idc /IDA_JNI_Renamer/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/IDA_JNI_Renamer/ReadMe.md -------------------------------------------------------------------------------- /IDA_JNI_Renamer/ida_jni.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/IDA_JNI_Renamer/ida_jni.py -------------------------------------------------------------------------------- /IDA_JNI_Renamer/jni-api19.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/IDA_JNI_Renamer/jni-api19.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/LICENSE -------------------------------------------------------------------------------- /StaticFuncsIdentify.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/StaticFuncsIdentify.idc -------------------------------------------------------------------------------- /StaticFuncsIdentify64.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/StaticFuncsIdentify64.idc -------------------------------------------------------------------------------- /jni.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parkerpeng/IDA-Script-for-android/HEAD/jni.idc --------------------------------------------------------------------------------