cryptax / androidre

Reverse engineering Android
533 stars 78 forks source link

Add pyaxmlparser to RE tools #6

Closed subho007 closed 3 years ago

subho007 commented 3 years ago

pyaxmlparser also offers a commandline tool apkinfo which provides quick way of showing the properties of APK.

Sample code output:

    $ apkinfo ~/Downloads/com.hardcodedjoy.roboremo.15.apk
    APK: /home/chillaranand/Downloads/com.hardcodedjoy.roboremo.15.apk
    App name: RoboRemo
    Package: com.hardcodedjoy.roboremo
    Version name: 2.0.0
    Version code: 15
    Is it Signed: True
    Is it Signed with v1 Signatures: True
    Is it Signed with v2 Signatures: True
    Is it Signed with v3 Signatures: False
cryptax commented 3 years ago

thanks, looks good !