DexKit icon indicating copy to clipboard operation
DexKit copied to clipboard

An easy-to-use, high-performance dex deobfuscation library.

Results 7 DexKit issues
Sort by recently updated
recently updated
newest added

opNames(Arrays.asList("new-instance", "invoke-direct", "invoke-virtual", "invoke-virtual", "move-result-object", "if-eqz", "return-object", "new-instance", "invoke-direct", "throw"))

Hello. I get the error: `java.lang.UnsatisfiedLinkError: LspModuleClassLoader[module=/data/app/~~oJ3Sbpdmqwd7l_PYKBCkVg==/it.dhd.oxygencustomizer-ujffWgUx6hc7D0DhKmYP9Q==/base.apk, l0[DexPathList[[dex file "InMemoryDexFile[cookie=[0, -5476376665281513568, -5476376665281512672, -5476376665281512224]]"],nativeLibraryDirectories=[/data/app/~~oJ3Sbpdmqwd7l_PYKBCkVg==/it.dhd.oxygencustomizer-ujffWgUx6hc7D0DhKmYP9Q==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]]] couldn't find "libdexkit.so"` When trying to load dexkit library. [Class Example](https://pastebin.com/raw/vVF8Zdff) [DexKitUtils](https://pastebin.com/raw/ZVvr1G6V) [This is the...

希望MethodData 增加个getUsingNumbers

Add a new `README_es.md` and update both `README.md` and `README_zh.md` accordingly Here's a sneak peek: ![image](https://github.com/user-attachments/assets/e5cea742-0cf3-4792-8901-c58315a3f1ec)

我给我的hookui 加入了mcp功能,我要的不是通用适配版本,而是能真正搜索 分析当前应用的源代码 内容, 动态获取 ,不知道行不行,我先让ai分析下本项目,让ai帮我实现

In some obfuscation cases (such as YD), most of the dex code is retained, but some parts are stripped from dex. Example: XXX calls YYY and ZZZ, where YYY and...