java ant混淆_yGuard是一个能与Ant和Gradle一起使用的开源Java混淆工具
yGuard yGuard is an open-source Java obfuscation tool. With yGuard it is easy as pie???? to configure obfuscation through an extensive ant task.yGuard is brought to you by yWorks GmbH, creator of the
yGuard
yGuard is an open-source Java obfuscation tool. With yGuard it is easy as pie
🍰 to configure obfuscation through an extensive ant task.
yGuard is brought to you by yWorks GmbH, creator of the family of graph and diagram visualization frameworks yFiles and other fine products.
Obtaining yGuard
Recent yGuard releases can be downloaded from GitHub, or used from Maven central directly.
Legacy code ported from retroguard under LGPL is compiled into a seperate archive called retroguard-${VERSION}.jar.
Previous releases may still be downloaded from the yWorks download center.
Usage
An online version of this documentation is available.
Additionally, yGuard is distributed with usage instructions. In your distribution, the docs folder contains informtion about yGuard. In order to properly view the offline documentation, a web server is needed. A quick way to accomplish this is using:
cd docs/
python3 -m http.server 4000
Building
To build yGuard you will need Java >= 7 and Gradle.
Once installed you can build yGuard using gradle build.
Using IntellIJ with yGuard
yGuard will be loaded without further ado from IntellIJ thanks to the Gradle integration. Opening the yGuard folder will set up Gradle and mark sources, tests and resources accordingly.
Using this repository with a wrapper
This repository does not contain a copy of the Gradle wrapper. There has been extensive discussions about this topic, however committing a binary file to a VCS is simply considered bad practice.
If you prefer to use the wrapper, you can always generate it yourself with an installation of Gradle at hand:
gradle wrapper --gradle-version 5.2.1
If you do not have an installation of Gradle, you may use a workaround.
DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐

所有评论(0)