ApkToolBoxGUI 0.0.8发布了!!
https://github.com/jiangxincode/ApkToolBoxGUI
APKToolBoxGUI是一个程序员常用的小工具合集,有个比较友好的交互界面。主要包含编码转换,时间戳转换,颜色拾取器,颜色转换,重复文件查找,批量文件重命名,文件摘要检查等。另外还有些专门为Android开发定制的小工具,比如带界面的Monkey,国际化语言批量处理等。
Why you should try
- Open source forever
- More powerful features
- Easier to use
- Update more frequently
Features
File
Convert between different character encodings
- 支持
UTF-8
,GB2312
,GBK
,Big5
等上百种编码格式间的互相转换 - 支持多文件夹、多文件批量转换
- 支持源文件编码自动识别,自动识别采用多引擎方案,识别率高
类似工具:
- 元宝文件编码转换器: https://www.cnblogs.com/yuanbao/archive/2008/01/30/1059065.html
- UltraCodingSwitch: http://www.ultrasofts.cn/
Convert between different OS types
Convert between Simplified Chinese and Traditional Chinese
Check files digest
Find duplicated files(Not Finished)
类似工具:
RenameIt: http://www.comicer.com/stronghorse/
Convert
Convert between timestamp and formatted time
Convert between color formats
Convert between common color formats: RGB
/HEX
/CMYK
/HSB
(HSV
)
类似工具:
- https://www.sioe.cn/yingyong/yanse-rgb-16/
- https://c.runoob.com/front-end/868/
- https://www.qtccolor.com/tool/hsv.aspx
- http://colorizer.org/
Color picker
A useful little color picker that grabs the pixel under your mouse and transforms it into a number of different color formats. You can use the built-in magnifier to zoom in on your screen, click on a color value to copy it directly to the clipboard.
类似工具:
- ColorPix: https://colorpix.en.softonic.com/
Convert between different base
Convert between Chinese character and Unicode character
Reverse
Using third-party tools to decompile package like jar, aar, war, apk, dex and so on.
类似工具:
- I18NTools: https://github.com/jiangxincode/I18NTools
- TextTools: https://github.com/jiangxincode/TextTools
- ApkToolBox(C#): https://github.com/qtfreet00/ApkToolBox
- ApkToolBox(PowerShell): https://github.com/jiangxincode/ApkToolBox
- APKDB(安卓逆向助手): https://bitbucket.org/idoog/apkdb/downloads/
- APKIDE(改之理): http://hrtsea.com/15759.html
- ApkToolkit: https://www.52pojie.cn/thread-263925-1-1.html
- Android Killer: https://www.52pojie.cn/thread-319641-1-1.html
Name | Version | Website | License |
---|---|---|---|
Apktool | v2.5.0 | https://github.com/iBotPeaches/Apktool | Apache 2.0 |
GD-GUI | 1.6.6 | http://jd.benow.ca | GNU GPL v3 |
JADX-GUI | v1.2.0 | https://github.com/skylot/jadx | Apache 2.0 |
ApkSigner | 1.3 | http://apk.aq.163.com/apkpack.do#download | Apache 2.0 |
AXMLPrinter3 | 0.0.1-SNAPSHOT | https://github.com/jiangxincode/AXMLPrinter3 | Apache 2.0 |
SnapShot
Dumpsys
- adb shell dumpsys alarm
Test
I18N
Copy Items
Copy some <string />
in strings.xml in the value[.*]
directory of the [A directory] to the strings.xml in the value[.*]
directory of the [B directory]. It is mainly used to merge translations into several code branches.
Replace Items
Replace some <string />
in strings.xml in the value[.*]
directory of the [A directory] to the strings.xml in the value[.*]
directory of the [B directory]. It is mainly used to merge translations into several code branches.
Delete Items
Delete some <string />
in strings.xml in the value[.*]
directory of the [A directory]
Find the longest
Find the longest translation of a <string />
. Primarily for finding cuts or line breaks.
License
- Apache License V2.0 http://www.apache.org/licenses/LICENSE-2.0
Contributing
Any contributing is welcomed.
- Fork repository
- Make changes
- Ensure tests pass (or hopefully adding tests!)
- Submit pull request/issue
- build binary: mvn clean package
- build project documentation: mvn clean package site
ApkToolBoxGUI 0.0.8发布了!!的更多相关文章
- Castle Core 4.0.0 alpha001发布
时隔一年多以后Castle 项目又开始活跃,最近刚发布了Castle Core 4.0.0 的alpha版本, https://github.com/castleproject/Core/releas ...
- FineUI(专业版)v3.0.0 发布,手机、平板和桌面全支持!
FineUI(专业版)v3.0.0 已经正式发布,全面支持手机.平板和桌面! 自 2008 年 4 月发布第一个版本,我们持续更新了 126 个版本,拥有 16000 多位注册用户,130 ...
- Redis 3.0正式版发布,正式支持Redis集群
Redis是一个开源.基于C语言.基于内存亦可持久化的高性能NoSQL数据库,同时,它还提供了多种语言的API.近日,Redis 3.0在经过6个RC版本后,其正式版终于发布了.Redis 3.0的最 ...
- RDIFramework.NET平台代码生成器V3.0版本全新发布-更新于20160518(提供下载)
最新版本请转到:RDIFramework.NET平台代码生成器V3.1版本全新发布-更新于2016-10-08(提供下载) RDIFramework.NET代码生成器V3.0版本修改了针对3.0版本的 ...
- Bootstrap v4.0.0-alpha.5 发布,大量更新
Bootstrap v4.0.0-alpha.5 发布了,Bootstrap是快速开发Web应用程序的前端工具包.它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的 ...
- ASP.NET Core 1.0 安装并发布到Centos 7.2 使用jexus 5.8.2
安装运行环境 sudoyuminstall libunwind libicu 下载.net core https://www.microsoft.com/net/download 下载完后上传文件 安 ...
- 【翻译】Tomcat 6.0 部署与发布
本篇参考Tomcat官方文档:<First Webapp>翻译,并结合自己的开发经验介绍关于tomcat部署以及发布的相关内容. 1 目录结构 在tomcat中所有的应用都是放置在CATA ...
- MySQL 8.0.0 版本发布,亮点都在这了!
导读 MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQL AB公司.目前MySQL被广泛地应用在Internet上的中小型网站中.由于其体积小.速度快.总体拥有成本低,尤其是开 ...
- docker 1.0.0发布以及一个bug依赖apparmor_parser
6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下 ubuntu version:12.04 docker version:1.0.0 装docker的步骤可以看官方文档:h ...
随机推荐
- window 查看端口占用情况
查看哪个进程在用 netstat -aon|findstr "8080" TCP 0.0.0.0:8080 0.0.0.0:0 ...
- 数据恢复binlog2sql
目录 一.原理及其使用 用途 闪回原理简析 binlog 有三种可选的格式: 来实例演习下来实例演习下 二.准备工作 一.原理及其使用 生产上误删数据.误改数据的现象也是时常发生的现象,作为运维这时候 ...
- <转>git,github在windows上的搭建
http://www.cnblogs.com/yixiaoyang/archive/2012/01/06/2314190.html Git在源码管理领域目前占很大的比重了,而且开源的项目很多都转到Gi ...
- 两大js移动端调试神器 / 调试工具分享 !
分享大家一个CDN网站:https://www.bootcdn.cn/ eruda 移动端网页调试工具的使用: <script src="https://cdn.bootcdn.net ...
- 2020ACTF pwn writeup
为了打2021的ACTF,想着把2020年的pwn题做一做吧,发现2020年的pwn题质量还挺高的.反倒是2021年的题目质量不太高,好像是没有专门的pwn师傅出题,可以理解,毕竟办校赛,说白了就是用 ...
- 自动化集成:Jenkins管理工具详解
前言:该系列文章,围绕持续集成:Jenkins+Docker+K8S相关组件,实现自动化管理源码编译.打包.镜像构建.部署等操作:本篇文章主要描述Jenkins基础用法. 一.Jenkins安装 1. ...
- 解决Tensorflow ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray)
问题描述 在将一个数组送入tensorflow训练时,报错如下: ValueError: Failed to convert a NumPy array to a Tensor (Unsupporte ...
- Kafka从入门到放弃(三)—— 详说消费者
之前介绍了Kafka以及生产者,包括它的一些特性和参数,这回写一下消费者. 之前没看得可以点击链接阅读. Kafka从入门到放弃(一) -- 初识Kafka Kafka从入门到放弃(二) -- 详说生 ...
- CF544A Set of Strings 题解
Content 有一个长为 \(n\) 的字符串 \(q\),试问能否将其划分为 \(k\) 个子串,使得每个子串的首字母都不相等,可以的话输出 \(\texttt{YES}\) 并输出任意一个方案, ...
- SpringBoot结果集包装类
1.前言 在SpringBoot项目中.看了一部分代码.发现一般的接口以JSON形式返回最佳.接口规范遵照RESTFUL风格来写.返回的结果集呢.借助包装类来包装.这样有利于前后端的交互.写出来的代码 ...