Android related PC or Mac (or any other computer OS) software. Movie encoders, synchronization, development, etc.
Jun 16th, 2018, 5:43 pm
apkSig v1.0
OS: Linux 64 bit, Windows 64 bit
Requirements: Python 3.6+, pyasn1 library
Optional: pyperclip library

Image

apkSig is a simple CLI tool that:

- Return some human readable representations of certificates and signatures.
- Copy to the clipboard the data of the byte array representing the processed object (smali code).
This feature requires pyperclip library otherwise it's disabled. Try «pip install pyperclip» if needed.

Image

Code: Select allUsage: apksig [options] [apk/jar]
           
    c     Process the whole certificate rather than the signature.
    a     Disable clipboard feature (if pyperclip installed).
           
Examples:
    apksig myapk.apk
    apksig a myjar.jar
    apksig ca myapk.apk
    apksig ac /home/user/package/myapk.apk
    apksig  C:\packages\myapk.apk

Download Instructions:
Linux OS:
(Closed Filehost) http://uploadocean.com/ee5zgrww23rb
https://douploads.net/vp19glj15ny6
(Closed Filehost) http://upload4earn.net/vxvaqbflmsr6
https://usersdrive.com/8o3plrjfqqne.html

Windows OS:
(Closed Filehost) http://uploadocean.com/i5gnczx8ayph
https://douploads.net/k59e48amn52w
(Closed Filehost) http://upload4earn.net/y3mzk4ovs9il
https://usersdrive.com/4u94f5qpc0cw.html
Jun 16th, 2018, 5:43 pm

Слава Україні!
Salt Soup Garage
Jun 17th, 2018, 1:04 am
Awesome! Kirlif..

Fantastic to have this dev. python pack!
Cheers
Bm
Jun 17th, 2018, 1:04 am

Image
For assistance, Kindly PM/DM.
Jun 23rd, 2018, 5:14 pm
Can someone explain what this is
Jun 23rd, 2018, 5:14 pm
Jun 25th, 2018, 8:15 am
bidraskon wrote:Can someone explain what this is


apkSig is a command-line tool for reversers.

Android requires that an APK be digitally signed with a certificate before it can be installed.
Android Signature is an opaque, immutable representation of a signing certificate associated with the app that can be verified at runtime to check app authenticity.

apkSig helps by returning three human readable representaions of app's Signature that can be useful for creating patches.

.
Jun 25th, 2018, 8:15 am

Слава Україні!
Salt Soup Garage