Code Monkey home page Code Monkey logo

android-analysis-script's Introduction

Android-analysis-script

collectapk.py

  • 使用方法 python collectapk.py XXXXX.txt XXX/XXX/XXX/apk/

  • :自动安装卸载应用,方便检查,按回车卸载应用并安装新的应用。

  • 1.将txt文件中出现的XXXXX.apkXXX/XXX/XXX/apk文件中提取到XXX/XXX/XXX/apk/abnormal文件夹下,

  • 2.并安装abnormal文件下的应用,

  • 3.此时,可以去手机检查第一个安装的应用,终端上会打印出此应用的包名、版本号等信息,方便记录,

  • 4.检查完成后,在终端输入回车,则脚本会自动卸载手机上第一个安装的应用,并自动安装下一个应用,

  • 5.此时可以在手机上检查第二个APP,

  • 6.终端输入回车后,脚本不仅卸载应用,还会将应用从abnormal文件夹下移回到XXX/XXX/XXX/apk/文件下,若不想移出当前apk则输入k后按回车

  • 需要电脑配置aapt,才能正常运行

installapk.py

  • 使用方法 python installapk.py XXX/XXX/XXX/apk/abnormal
  • collectapk.py中的安装/卸载apk功能,可以直接使用

getInfo.py

  • 使用方法 python getInfo.py yourown.excel yidong.excel path
  • 方便生成excel表格
  • yourown.excel 是在检查过程中,记录的有问题app的excel文件。yigong.excel是移动给的所有app信息的excel。path是记录结果的文件夹路径
  • 脚本会从 yidong.excel 中找出 yourown.excel 中出现过的MD5对应的信息
  • 最后会保存在path下生成result.xls文件

android-analysis-script's People

Contributors

xvshiting avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.