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 ...
随机推荐
- JSP常见的状态码
1.404错误 -- 找不到访问的页面或资源 a.URL输入错误: b.未部署项目. 2.500错误 -- JSP页面代码有错误 3.302状态码+200状态码 -- 重定向 4.200状态码 -- ...
- C# 编写一个小巧快速的 Windows 动态桌面软件
开源自己前段时间使用 C# 编写的 Windows 动态桌面软件,在接下来的博客我将描写一些技术细节和遇到的一些坑.这个软件可以把视频设置成桌面背景播放,不仅如此而且还可以把网页或一个网页文件设置成桌 ...
- DIgSILENT PowerFactory 15.1.7 破解过程
将dll文件复制到安装路径下:
- Java中List排序的3种方法
在某些特殊的场景下,我们需要在 Java 程序中对 List 集合进行排序操作.比如从第三方接口中获取所有用户的列表,但列表默认是以用户编号从小到大进行排序的,而我们的系统需要按照用户的年龄从大到小进 ...
- EhCache简单入门
一 介绍 EhCache 是一个纯Java的进程内缓存框架,具有快速.精干等特点,是Hibernate中默认CacheProvider.Ehcache是一种广泛使用的开源Java分布式缓存.主要面向通 ...
- vnc mirror driver
2012年4月,大二下学期,平静的课堂上老师通知了一个比赛...第一届大学生软件设计大赛!然后我选了第六题:windows屏幕录像.就这样我就开始了我的vc开发生涯. 之前学了c/c++作为基础,自认 ...
- thinkphp 5 在页面输出当前时间
我遇到的使用场景是<input>默认为当前时间,代码如下: <input name="starttime" id="starttime" ty ...
- JAVA获取请求的IP地址
private static final String[] ADDR_HEADER = { "X-Forwarded-For", "Proxy-Client-IP&quo ...
- CMAKE为项目输出名添加后缀
概述 本文将介绍cmake配置动态库和可执行程序两种,使用cmake为其添加Debug和Release配置下的后缀 动态库 下面将介绍使用CMAKE_DEBUG_POSTFIX和CMAKE_RELEA ...
- 【九度OJ】题目1078:二叉树遍历 解题报告
[九度OJ]题目1078:二叉树遍历 解题报告 标签(空格分隔): 九度OJ http://ac.jobdu.com/problem.php?pid=1078 题目描述: 二叉树的前序.中序.后序遍历 ...