Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Releases: LuckyPray/DexKit-Android

Add jni helper

22 Sep 14:13
c87e14d
Compare
Choose a tag to compare

1.2.2

20 Sep 13:17
56205f5
Compare
Choose a tag to compare

fix wrong jmethodId may cause a crash

1.2.1

19 Sep 13:28
d785a67
Compare
Choose a tag to compare

update DexKit submodule, fix some apk uncompress can't find dex file.
change API name: FindFieldBeUsed -> FindMethodUsedField

1.2.0

17 Sep 20:13
3c94e8e
Compare
Choose a tag to compare

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::FindMethodInvokingDexKit::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::FindMethodInvokingDexKit::FindFieldBeUsed
  • 修复:部分API,return_type设置后匹配结果错误

更详细的API说明请参考 dex_kit.h.

1.1.0

15 Sep 17:24
60d435e
Compare
Choose a tag to compare

Now you can easily adapt the call between java and DexKit through DexKitJniHelper.h

现在你可以通过引入DexKitJniHelper.h来轻松适配java与DexKit之间的调用

1.0.1

09 Sep 20:10
ab86ce0
Compare
Choose a tag to compare

fix null pointer exception in some cases

1.0

09 Sep 12:20
Compare
Choose a tag to compare
1.0

initial release