博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
how to extract code of apk file
阅读量:4285 次
发布时间:2019-05-27

本文共 835 字,大约阅读时间需要 2 分钟。

轉載自

 

Any .apk file from market or unsigned

  1. If you apk is downloaded from market and hence signed Install Astro File Manager from market. Open Astro > Tools > Application Manager/Backup and select the application to backup on to the SD card . Mount phone as USB drive and access 'backupsapps' folder to find the apk of target app (lets call it app.apk) . Copy it to your local drive same is the case of unsigned .apk.

  2. Download Dex2Jar zip from this link: 

  3. Unzip the downloaded zip file.

  4. Open command prompt & write the following command on reaching to directory where dex2jar exe is there and also copy the apk in same directory.

    dex2jar targetapp.apk file(./dex2jar app.apk on terminal)

  5.  download decompiler from this link.

  6. Open ‘targetapp.apk.dex2jar.jar’ with jd-gui File > Save All Sources to sava the class files in jar to java files.

转载地址:http://irsgi.baihongyu.com/

你可能感兴趣的文章
Cordova Ajax请求跨域问题整理
查看>>
Ionic ion-nav-view使用整理
查看>>
angularjs unsafe ng-href using javascript: void(0);
查看>>
AngularJs ng-bind-html指令整理
查看>>
cordova-plugin-whitelist 协议白名单配置整理
查看>>
cordova-plugin-network-information 网络状态获取整理
查看>>
cordova-plugin-device 获取设备信息整理
查看>>
cordova-plugin-vibration 设备震动整理
查看>>
Cordova事件整理
查看>>
Apache Cordova开发环境搭建(二)VS Code
查看>>
NodeJs的安装和环境变量配置
查看>>
NodeJS命令找不到:'express' 不是内部或外部命令,也不是可运行的程序或批处理文件。
查看>>
Visual Studio Code v1.16发布
查看>>
Node.js自定义实现文件路由功能
查看>>
VS Code中转换大小写功能
查看>>
修改浏览器User-Agent
查看>>
各浏览器的用户代理字符串整理
查看>>
Visual Studio Code v1.17发布
查看>>
EF Linq字符串模糊查询整理
查看>>
Bootstrap 模态框垂直居中处理
查看>>