百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

APKRepatcher

> 编程语言
开源

APKRepatcher - 使用简单的图形用户界面修改 apk 代码

192 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

APKRepatcher - 使用简单的图形用户界面修改 apk 代码

APKRepatcher

APKRepatcher helps you to modify an existing apk using a simple user friendly GUI. It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another.

If you like this project, feel free to paypal me at [email protected] :)

Website (Full Doc/Tutorial/Screenshot):

https://cooltrickshome.blogspot.in/2017/03/apkrepatcher-now-decompile-recompile.html

Features:

Decompiles/Recompiles the APK.

Provides an editor to change the decompiled java code.

Compiles the code using javac and saves the updated class.

Allows you to view smali version of your modified java code.

Allows you to edit smali from the original apk or from your modified java code.

Smali changes once saved would be reflected back in updated apk after building project.

Build features re-creates new apk with all code changes and lastly it would resign the apk.

Basic features like find/replace/increase or decrease font are also provided.

It also allows you to convert from Dex to Jar/Class/Smali/Java, Jar to Dex/Java, Class to Dex/Smali, Smali to Class/Java/Dex. Also allows to extract and sign any apk.

Patch Module using Advanced Section (explained on website)

APKRepatcher is created using Java with no os dependency (as far as i think) so you can run it with various OS

Allows you to change the amount of memory utilized by APKRepatcher.

100% Free

Please let me know your valuable feedbacks or if you would like to contribute at [email protected] :)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Java

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言