This repository was archived by the owner on Sep 25, 2022. It is now read-only.
Releases: LuckyPray/DexKit-Android
Releases · LuckyPray/DexKit-Android
Add jni helper
1.2.2
1.2.1
1.2.0
Warning: The current project has been refactored,
1.1.0
and earlier APIs are deprecated. Please refer to the latest documentation for use.
This refactoring is to provide a better API,Semantic parameters are more explicit.
- add API:
DexKit::FindMethodInvoking
、DexKit::FindFieldBeUsed
- fix: In some APIs, setting return_type does not match the correct result
For more detailed instructions, please refer to dex_kit.h.
Warning: 当前项目已经进行重构,
1.1.0
及以下的API全被弃用,请参考最新的文档进行使用。
本次重构是为了提供更好用的API,语义参数更加明确化。
- 新增API:
DexKit::FindMethodInvoking
、DexKit::FindFieldBeUsed
- 修复:部分API,return_type设置后匹配结果错误
更详细的API说明请参考 dex_kit.h.
1.1.0
Now you can easily adapt the call between java and DexKit through DexKitJniHelper.h
现在你可以通过引入DexKitJniHelper.h来轻松适配java与DexKit之间的调用