luoyesiqiu / dpt-shell

An android Dex protects shell implementation
MIT License
552 stars 199 forks source link

Cannot find shell files #56

Closed freecode505 closed 1 month ago

freecode505 commented 1 month ago

root@apkprotector:~# java -jar /usr/protect/executable/dpt.jar -f /root/classes.dex 2024-08-22 18:02:14.587 [main] dpt-processor Cannot find shell files!

Can you explain to me a little bit, is it the dex or the apk and why does this error appear? Do you want dex or apk? Can you explain to me how it works or what I'm missing?

freecode505 commented 1 month ago

???

luoyesiqiu commented 1 month ago

Hello, dpt.jar should be placed in the same directory as the shell-files folder. And the -f parameter should be followed by an apk file path.

freecode505 commented 1 month ago

tranks bro