Releases: LuckyPray/DexKit
Releases · LuckyPray/DexKit
1.1.3
1.1.2
1.1.1
1.1.0
Update log:
- Add find Class/Method/Field using Annotation(experimental).
- Add builder mode as query parameter, Deprecated full-argument functions.
- Support for running on non-Android platforms, now you can use
:mainto test. - Add
findPackageandsourceFilefilter to query param. - Optimize some.
Fix:
- Fix uncompress on broken compress in apk(compress_size = 0).
- Fix the crash caused by isBadPoint not working on some kernels.
Note
now you can Click here to go to the documentation page to view more detailed tutorials.
1.0.2
Update logs:
- rename API
FindMethodOpPrefixSeqtoFindMethodUsingOpPrefixSeq. - support use classLoader load memory dex file (suitable for most reinforce apps),
useDexKitBridge.create(loader: ClassLoader, useCookieDexFile: Boolean)and set option useCookieDexFile to true. - add option unique_result (default true) in these api:
findMethodCaller,findMethodInvoking,findMethodUsingField,findMethodUsingString.
Now you can use them to count visits (although this is not a good deobfuscation practice).
Note: for normally apps, using
DexKitBridge.create(classLoader, true)may be a problem.
Because the dexfile in cookies may be modified (dex2oat), currently DexKit cannot be parsed odex'squickinstruction.