Giter Site home page Giter Site logo

onekey-android-decompiler-linux's Introduction

一键反编译apk-linux版本

前言

首先,这个项目只是整合了一些好用的工具而已,为了使用方便才撰写了shell,其次本人shell玩的 不是很溜,如果有可以改进的地方欢迎随时指正。

撰写背景

今天刚好有有反编译apk这个需求,但在github上搜了下,这种一键式的项目几乎都是for windows的 ,作为常年使用linux系统的我当然不能忍,于是写了几行sh命令自己做了一个。

使用方法

把apk文件放入apks文件夹(目前只能放一个),然后运行./onekey-decompiler.sh,反编译结果在 decompiler-result文件夹体现

可能的一些坑

如果因为权限问题报错就提权限

chmod +x XXX.sh

还报错就:

chmod 777 XXX.sh

####使用工具出处

  • cfr: 用于反编译jar
  • dex2jar: 用于生成jar文件

onekey-android-decompiler-linux's People

Contributors

handrix avatar

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.