-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# ArscEditor | ||
An arsc file editor using java(安卓arsc文件编辑器) | ||
### ArscEditor | ||
|
||
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/seaase/ArscEditor/blob/master/LICENSE) | ||
|
||
It is a tool for editing android's arsc file.This tool is written in Java.You can use it to edit strings and the arsc's package name, etc. | ||
|
||
Now it's opened to public.I hope the friends around the world could make contribution for Open Source together. | ||
|
||
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like. | ||
|
||
|
||
#### IDE of Choice | ||
|
||
[![Eclipse](.github/eclipse.png?raw=true)](http://www.eclipse.org/) | ||
|
||
#### Security Vulnerabilities | ||
|
||
If you discover a vulnerability within ArscEditor, please send an e-mail to ZhaoHai at [email protected]. | ||
|
||
#### Links | ||
- [ApkTools](https://github.com/iBotPeaches/Apktool) | ||
|
||
### Arsc编辑器 | ||
这是一个用于编辑安卓Arsc文件的工具,使用Java语言编写,你可以用它编辑字符串和包名等等。 | ||
|
||
现将其开放,希望世界各地的朋友们一起努力为开源贡献。 |