当前位置:网站首页>Apk decompiled method (not confused)
Apk decompiled method (not confused)
2022-06-25 00:21:00 【BY-91】
List of articles
Tools needed

Download address :
link :https://pan.baidu.com/s/1kEvmRyTQUp7ujnvsfELJZA
Extraction code :sb8m
Copy this content after opening baidu network disk mobile phone App, It is more convenient to operate
- apktool Resource file access , You can extract the image file and layout file for use and view
- dex2jar take apk Decompile to java Source code , take classes.dex Turn it into .jar file
- jd-gui see APK in classes.dex Transformed into .jar file , That is, source files
Decompile method process
- Download the above 3 Tools and decompilers apk Put it all in one folder

- apktool command , obtain apk China Resources
- stay apktool_2.5.0.jar The directory where it is executed cmd command
- MMTS Is the custom decompiled folder Directory
- take D:\ac\decompile\apk\Auto_4.6.7.607329_signed.apk Through execution apktool Of jar The file command is decompiled into MMTS File directory
java -jar D:\ac\decompile\apktool_2.5.0.jar d -f D:\ac\decompile\apk\Auto_4.6.7.607329_signed.apk -o MMTS

- Decompress the apk, Take what you get class.dex Files in dex2jar In the folder , And implement dj2-dex2jar.bat file
- dj2-dex2jar.bat Execute under folder cmd command
d2j-dex2jar classes.dex




- Use jd-gui.exe View the generated jar File source code


边栏推荐
- Adding, deleting, modifying and checking in low build code
- Color gradient gradient color collection
- 【图数据库性能和场景测试利器LDBC SNB】系列一:数据生成器简介 & 应用于GES服务
- canvas线条的动态效果
- linux 系统redis常用命令
- 微搭低代码中实现增删改查
- 2019 summary and 2020 outlook
- Dynamic effect of canvas lines
- C program design topic 18-19 final exam exercise solutions (Part 2)
- Modstart: embrace new technologies and take the lead in supporting laravel 9.0
猜你喜欢

Virtual machine - network configuration
Outer screen and widescreen wasted? Harmonyos folding screen design specification teaches you to use it

The new employee of the Department after 00 is really a champion. He has worked for less than two years. The starting salary of 18K is close to me when he changes to our company

【面试题】什么是事务,什么是脏读、不可重复读、幻读,以及MySQL的几种事务隔离级别的应对方法
Modstart: embrace new technologies and take the lead in supporting laravel 9.0

JPA learning 2 - core annotation, annotation addition, deletion, modification and query, list query result return type, one to many, many to one, many to many

Hibernate learning 2 - lazy loading (delayed loading), dynamic SQL parameters, caching

Why do more and more physical stores use VR panorama? What are the advantages?

Why are life science enterprises on the cloud in succession?

Canvas spiral style animation JS special effect
随机推荐
Requests Library
Common redis commands in Linux system
Hyperledger Fabric 2. X dynamic update smart contract
【图数据库性能和场景测试利器LDBC SNB】系列一:数据生成器简介 & 应用于GES服务
第三代电力电子半导体:SiC MOSFET学习笔记(五)驱动电源调研
[issue 25] face to face experience of golang Engineer in the rightmost social recruitment
水库大坝安全监测
One way 和two way ANOVA分析的区别是啥,以及如何使用SPSS或者prism进行统计分析
融合模型权限管理设计方案
WordPress add photo album function [advanced custom fields Pro custom fields plug-in series tutorial]
5-minute NLP: summary of 3 pre training libraries for rapid realization of NER
有趣的checkbox计数器
无需显示屏的VNC Viewer远程连接树莓派
VR全景制作的优势是什么?为什么能得到青睐?
Go crawler framework -colly actual combat (IV) -- Zhihu answer crawl (I)
Android SQLite database
Current situation and development prospect forecast report of global and Chinese tetrahydrofurfuryl alcohol acetate industry from 2022 to 2028
[leaderboard] Carla leaderboard leaderboard leaderboard operation and participation in hands-on teaching
A small program written this week
C程序设计专题 18-19年期末考试习题解答(下)