[Android Forensics] One-click APK Analysis Tool-APK Messenger

APK Messenger

​ One-click analysis of APK application information can save valuable time for those who only want to know basic APK information—[suy]

1. Software features

​ Personally, I prefer the v3.0 version, the basic information of the application is clear at a glance, concise and clear.

insert image description here

 	v4.3版本主界面效果。

insert image description here

1、获取应用名,支持提取多语言名称
2、获取包名,版本名,版本号,文件MD5,打包时间
3、查壳功能,支持获取爱加密,360加固,梆梆加固,阿里云加固,腾讯乐固,百度加固,娜迦加固,顶象加固,通付盾,网秦,几维加固等壳信息
4、支持提取高清图标
5、支持提取APK对应的权限,并且给出权限注释
6、支持提取签名信息,包括签名者,证书MD5,证书SHA信息
7、提取入口activity,支持平台,支持语言,屏幕大小和SDK版本等
8、支持文件关联,双击即可打开
9、另存为自定义命名,可规范apk文件保存名称
10、支持在线搜索APK文件,提供7大应用市场搜索接口
11、支持批量文件管理,批量资源提取
……

2. APK analysis

Take the WeChat application package as an example.

1. APK basic information

Drag the file to display APK related information. By default, it will expand to display detailed information. Click to collapse to hide detailed information; the APK's application name, package name, version name, version number, file MD5 value, reinforcement type, and packaging time can be read. wait.

2. Permission information

Can read the permission information and permission comments of the APK application.

Permission information: For some types of fraud (nude chat, gambling), you can check the permission information first to see if there are any acceptable permission requests.
insert image description here

 	v4.3版本显示效果。

insert image description here

2. Signature information

For signature information, you can view the APP owner, certificate hash value, signature algorithm, etc.

Owner, certificate hash can be focused on.
insert image description here

3. Other information

APK supported Android SDK version information, supported screen sizes, startup activities, supported platforms, etc.

Supported platforms: Some APP simulators crash during installation and cannot be started. You can check the platforms supported by the application here!
insert image description here

Summarize

This is a relatively quick way to view APK file information. It does not require the installation of large-scale reverse engineering tools, or the need for you to understand the application structure of the APK or analyze its code.

name time
Last edited date: November 23, 2020

Guess you like

Origin blog.csdn.net/NDASH/article/details/109996774#comments_28369742