当前位置:网站首页>移动安全工具-apktool
移动安全工具-apktool
2022-06-24 20:06:00 【深度安全实验室】
1 需求
- 获取smali/dex:默认获取smali,-s后,获取dex
- -s,--no-src Do not decode sources.
- xx
- -r,--no-res Do not decode resources.
- 输出到指定目录
- -o,--output <dir> The name of folder that gets written. Default is apk.out
官网地址:
2 语法
D:\>java -jar apktool.jar
Apktool v2.6.1 - a tool for reengineering Android apk files
with smali v2.5.2 and baksmali v2.5.2
Copyright 2010 Ryszard Wi?niewski <[email protected]>
Copyright 2010 Connor Tumbleson <[email protected]>
usage: apktool
-advance,--advanced prints advance information.
-version,--version prints the version then exits
usage: apktool if|install-framework [options] <framework.apk>
-p,--frame-path <dir> Stores framework files into <dir>.
-t,--tag <tag> Tag frameworks using <tag>.
usage: apktool d[ecode] [options] <file_apk>
-f,--force Force delete destination directory.
-o,--output <dir> The name of folder that gets written. Default is apk.out
-p,--frame-path <dir> Uses framework files located in <dir>.
-r,--no-res Do not decode resources.
-s,--no-src Do not decode sources.
-t,--frame-tag <tag> Uses framework files tagged by <tag>.
usage: apktool b[uild] [options] <app_path>
-f,--force-all Skip changes detection and build all files.
-o,--output <dir> The name of apk that gets written. Default is dist/name.apk
-p,--frame-path <dir> Uses framework files located in <dir>.
For additional info, see: https://ibotpeaches.github.io/Apktool/
For smali/baksmali info, see: https://github.com/JesusFreke/smali3 示例
4 参考资料
边栏推荐
- Source code analysis the problem that fragments cannot be displayed in the custom ViewGroup
- Adding, deleting, modifying and checking in low build code
- Technologie des fenêtres coulissantes en octets dans la couche de transmission
- Time unified system
- D manual destruction may violate memory security
- [Solved] Public key for mysql-community-xxx. rpm is not installed
- Sliding window technology based on byte in transport layer
- Go crawler framework -colly actual combat (III) -- panoramic cartoon picture capture and download
- C#和C 的CAN通信实验
- Design and practice of vivo server monitoring architecture
猜你喜欢
Outer screen and widescreen wasted? Harmonyos folding screen design specification teaches you to use it

Go crawler framework -colly actual combat (III) -- panoramic cartoon picture capture and download

Sliding window technology based on byte in transport layer

Encryption and encoding resolution

Unmanned driving: Some Thoughts on multi-sensor fusion

Use of navigation and navigationui
Difficult and miscellaneous problems: A Study on the phenomenon of text fuzziness caused by transform

Kubernetes 架构核心组件工作原理解析
@mysql
How to use promise Race() and promise any() ?
随机推荐
传输层 以字节为单位的滑动窗口技术
Domain Driven Design and coding
Use of JMeter
通过kubernetes可视化界面(rancher)安装kibana
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
Is it so difficult to calculate the REM size of the web page according to the design draft?
Modstart: embrace new technologies and take the lead in supporting laravel 9.0
C program design topic 15-16 final exam exercise solutions (Part 1)
Svg line animation background JS effect
[interview question] what is a transaction? What are dirty reads, unrepeatable reads, phantom reads, and how to deal with several transaction isolation levels of MySQL
Simple collation of Web cache
2019 summary and 2020 outlook
Common redis commands in Linux system
Design scheme of authority management of fusion model
Do280openshift access control -- encryption and configmap
Single blind box removal, social blind box and friend blind box program source code
Unmanned driving: Some Thoughts on multi-sensor fusion
UE4 WebBrowser chart cannot display problems
Time unified system
C# 闭包的垃圾回收