Git Product home page Git Product logo

androidtools's Introduction

AndroidTools

#查看apk信息----> GetApkInfo.jar ---> java -jar GetApkInfo.jar Janus.apk

#反编译dex成文件夹 ----> baksmali.jar ---> java -jar baksmali.jar d classes.dex

#文件夹重打包dex ---> smali.jar ----> java -jar smali.jar assemble out

#查看dex源代码 --->dex2jar.jar

#查看jar源代码 --->jd_gui.jar

#反编译apk成文件夹 ---> apktool --> java -jar apktool.jar d app-release.apk

#文件夹重打包apk ---> apktool --> java -jar apktool.jar b calendar

#APK

#APK_Messenger_v3.0.zip ----> apk信息查看器

#jeb2.3.6 ---> 链接:https://pan.baidu.com/s/1qahKuVcjDeGNDvUyklHSuw 提取码:1qvk

#JustTrustMe.apk --->Xposed框架模块--> 绕过ssl证书校验 可结合hook-helper.apk 使用

#hook-helper.apk --->Xposed框架模块--> hook apk函数,hook输入框,修改函数返回值等。

#hijack.apk --->界面劫持(5.0以下)

#hijack5.apk --->界面劫持(5.0以上)

#MemSpector.apk --->内存搜索(5.0以下)

#GameGuardian.zip --->内存搜索(5.0以上)

#RE_file_list.apk --->文件搜索

#injectDalvik ---> 注入 结合 libhello.so -----> ./injectDalvik packageName ---->cat /cat /proc/pid/maps | grep hello

#injecArt ---> 注入 结合 libhello.so -----> ./injecArt packageName ---->cat /cat /proc/pid/maps | grep hello

#xposedInstaller.apk ---> Android Xposed框架

#apkScan.zip ----> apk 加壳扫描

#Capture.apk ----> Android抓包工具

#FDex2_1.1.apk --->dex脱壳工具-->https://www.jianshu.com/p/b20ff2ea37f4

#platform-tools.zip ---->刷机

#JustTrustMe1.apk ---->JustTrustMe加强版

androidtools's People

Contributors

esegithub avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.