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 ...
随机推荐
- SQL注入 (1) SQL注入类型介绍
SQL注入 SQL注入介绍与分类 1. 什么是sql注入 通过把SQL命令插入到Web表单提交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令. 2. sql注入类型 按照注入 ...
- 【MySQL】亲测可用的教程筛选:安装与卸载
windows版本的 安装看这篇,非常详细:https://www.cnblogs.com/winton-nfs/p/11524007.html 彻底清除:https://www.pianshen.c ...
- 连接opcserver时报错 connecting to OPC Server "****" CoCreateInstance 服务器运行失败
在普通windows系统连接OPCServer可能会报这样的错,排查很长时间,OPCServer跟Client都运行正常,点号录入也正常. 最后发现,其实是OPCServer 与OPCClient 权 ...
- 根据注释生成xml和从nuget包中复制xml显示到swagger
生成xml到输出目录 从注释生成xml 在要生成xml的项目的csproj中添加如下代码, 生成的xml名称为项目名称.xml. 比如该项目叫做Abp.Application, 则xml名为 Abp. ...
- 按照eslint的规则格式化代码
1.下载eslint. 2.首选项->设置,然后搜索eslint,点击在setting.json中设置.设置内容如下: "editor.codeActionsOnSave": ...
- CF1177A Digits Sequence (Easy Edition) 题解
Content 一个序列由从 \(1\) 开始的数字不断在末端拼接,就像这样:\(12345678910111213141516...\).现在,给定一个数字 \(k\),请输出这个序列的第 \(k\ ...
- 使用Redis+自定义注解实现接口防刷
最近开发了一个功能,需要发送短信验证码鉴权,考虑到短信服务需要收费,因此对此接口做了防刷处理,实现方式主要是Redis+自定义注解(需要导入Redis的相关依赖,完成Redis的相关配置,gs代码,这 ...
- Nacos——注册中心
目录 1.什么是nacos 2.使用--依赖+配置文件 3.Nacos服务分级存储模型 4.服务跨集群调用问题 5.服务集群属性--配置服务集群 6. Nacos-NacosRule负载均衡 7.根据 ...
- AcWing822. 走方格
题目 给定一个\(n×m\)的方格阵,沿着方格的边线走,从左上角\((0,0)\)开始,每次只能往右或者往下走一个单位距离,问走到右下角\((n,m)\)一共有多少种不同的走法. 输入格式 共一行,包 ...
- JAVA日期Date格式转corn表达式
date转corn 定时任务获取corn /*** * 日期转corn表达式 * @param date 日期 * @return */ public static String getCron(Da ...