DexEncryptionDecryption icon indicating copy to clipboard operation
DexEncryptionDecryption copied to clipboard

QA : why proxy_core can not use third party or dependencies library ??

Open CMingTseng opened this issue 5 years ago • 3 comments

Dear Sir

i modify

  1. upgrade gradle version

  2. fix Main class -- add check os type

  3. export zip & EncryptUtil as thirty party module

i get crash !! java.lang.ClassNotFoundException

THX

CMingTseng avatar Apr 09 '20 09:04 CMingTseng

@CMingTseng Your pull request has been received and will be processed on the weekend.

yangkun19921001 avatar Apr 10 '20 05:04 yangkun19921001

@CMingTseng 在该分支已经修复 zip 异常,https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found 我不知道你的应用场景是什么,但是最好的办法是在 native 中加解密,后续我会更新。

yangkun19921001 avatar Apr 11 '20 14:04 yangkun19921001

@CMingTseng 在该分支已经修复 zip 异常,https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found 我不知道你的应用场景是什么,但是最好的办法是在 native 中加解密,后续我会更新。

我推了新的PR

https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found

不知道為何Zip這個class異常

然後我修改了 proxy_tool部分

增加判別Java_home的位置

以及 current work folder path的路徑

CMingTseng avatar Apr 11 '20 19:04 CMingTseng