662 matches found
pyjadx
pyjadx JPypeを介したJADXのPythonバインディング。PythonからAndroid APKおよびDEXファイルをJavaソースに逆コンパイルします。 root@kitploit: from pyjadx import Jadx with Jadx"app.apk" as jadx: for cls in jadx.classes: printcls.fullname printcls.code pyjadx を使う理由...
6AI score
SaveExploits0References2
20