GithubHelp home page GithubHelp logo

feiyu1001 / hack-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zencodex/hack-android

0.0 2.0 0.0 25.27 MB

Collection tools for hack android, java

Shell 0.67% Batchfile 0.38% HTML 0.69% Java 98.06% Perl 0.20%

hack-android's Introduction

hack-android

适用于linux和mac osx平台。

工具简介

  • apktool/ apk的反编译,编译工具,代码为smali格式

  • signtool 签名工具,命令为 signed.sh yours.apk,生成yours-signed.apk

  • dex2jar 将apk中的classes.dex 转换成jar包,然后通过JD-GUI 分析代码,转换出的java代码有一定的误差。

  • JD-GUI.app 查看jar包的java代码,此为Mac OSX 平台

  • jd-gui-linux 同上,此为linux平台

  • baksmali 可以合并,拆分优化过的odex和apk。

  • class-dump-z 分析 iOS object c的定义。

  • jbe 类似JD-GUI的反编译工具,java class文件的字节码编辑工具,可以查看和修改class文件。

  • arm-bin arm CPU编译好的小工具集,比如busybox,tcpdump等,可直接adb push到android手机中,用于调试。

  • romtools boot.img等格式 拆包,打包工具 记住命令:gunzip -c ../boot.img-ramdisk.gz | cpio -i

hack-android's People

Watchers

 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.