首页
社区
课程
招聘
[转帖]ApkTool 2.8.0
发表于: 2023-7-18 16:40 6179

[转帖]ApkTool 2.8.0

2023-7-18 16:40
6179

ApkTool 2.8.0

Made for reverse-engineering Android APK files, ApkTool is a free and open-source tool that drops the graphical interface in favor of the command-line environment. With its help, Android developers can decode resources from third-party, closed and binary APKs, whether they want to extract and take a look at resources.arsc, 9.png, classes.dex, XMLs or other files.


Reverse-engineer Android APK files with ease

To be able to use this program, it's necessary to have Java Runtime Environment (JRE) installed, along with (at least) basic skills of Android SDK, AAPT and smali. ApkTool was designed to help developers deconstruct Android apps, examine the original source code, make changes to improve the apps or resolve errors, as well as to put the apps back together in binary APK/JAR.


The apktool d[ecode] [options] <file_apk> syntax can be used for decoding the Android app, where the destination directory can be deleted by force (-f,--force) and the apk.out default output name of the folder can be changed (-o,--output <dir>). Furthermore, ApkTool can be instructed to use the tagged framework files or the ones located in a specified directory (-t,--frame-tag <tag> or -p,--frame-path <dir>), as well as to skip the decoding the resources or sources (-r,--no-res or -s,--no-src).


Decode Android apps, install frameworks, and rebuild the APKs

Meanwhile, apktool if|install-framework [options] <framework.apk> can be used for setting up a framework, where it's possible to specify a directory for storing framework files (-p,--frame-path <dir>) and to tag frameworks (-t,--tag <tag>). To rebuild the Android app after making code modifications, users can input apktool b[uild] [options] <app_path>. All files can be forcefully built by skipping changes detection (-f,--force-all).


Keep in mind that the maker of ApkTool disapproves of piracy and other non-legal uses of this application. Instead, it's designed to t analyze apps, fix errors, add new features or extend support for other platforms, to name some examples. It's straightforward and easy to use.


https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ApkTool.shtml


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 97697
活跃值: (200819)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2

ApkTool 2.8.1

https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ApkTool.shtml

2023-7-23 09:10
0
雪    币: 97697
活跃值: (200819)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
ApkTool 2.9.0

https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ApkTool.shtml
2023-10-11 04:55
0
雪    币: 97697
活跃值: (200819)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
ApkTool 2.10.0

https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ApkTool.shtml
2024-9-19 00:39
0
游客
登录 | 注册 方可回帖
返回
//