Download apkSig v2.1

apkSig v2.1
OS: Linux 64 bit, Windows 64 bit
Requirements: Python 3.7 (None for the standalone package)
Optional: Tkinter

Image

Image

● About Requirements:
– No requirement for the standalone package
– The GUI relies on Tkinter lib.
if needed:
– for linux: install Python3-tk from your package manager.
– for windows: when installing/modifying Python, check tcl/tk option in « Optional Features » of the installer
(Feel free to pick the option « Precompile Standard Library » in advanced options).

● Features:
– Return some human readable representations of APKs certificates and signatures.

● How-to:
– with GUI:
Find the only one button, push it and select your file.
Just have to left-click in any text widget to copy its content (maybe adjusted with some of smali code)
– with CLI:
Just have to pass a parameter to apkSig in your console :
Usage: apksig [options] [apk/jar]
 
    -a     Disable clipboard feature (if pyperclip installed).
    -c     Process the whole certificate rather than the Android signature.
    -h     Display this help.
 
Examples:
    apksig -h
    apksig  myjar.jar
    apksig -c -a myapk.apk
    apksig -a -c /home/user/package/myapk.apk
    apksig  -a C:packagesmyapk.apk

What’s new:
– Embedded asn1crypto and pyperclip modules.
– Fixed DSA certificates detection issue.
– array-data filled with signed bytes + suffixe.

● Note:
– Install the two fonts present in the archive if you have a display problem with the GUI.
– With the standalone package, GUI and CLI are both available.

Download Instructions:
Linux OS:
http://festyy.com/wNLRej
Mirrors:
http://festyy.com/wNLReQ
http://festyy.com/wNLReY
http://festyy.com/wNLReA
http://festyy.com/wNLReH

Windows OS:
Soon…

– Standalone:
Soon…




Leave a Reply