Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imlk0/dicfactory
Proguard Dic File DIY Factory!!
https://github.com/imlk0/dicfactory
Last synced: 12 days ago
JSON representation
Proguard Dic File DIY Factory!!
- Host: GitHub
- URL: https://github.com/imlk0/dicfactory
- Owner: imlk0
- License: mit
- Created: 2018-01-07T11:09:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T11:32:19.000Z (almost 7 years ago)
- Last Synced: 2023-12-05T10:32:22.054Z (11 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProguardDicFactory
```
/**
*
* @param sourceStr 源字典字符集合
* @param dicLength 生成的字典的词条数目
* @param lengthOfEachString 每一条词条长度
* @param outFilePath 输出文件路径
*/
```
**sample:**```
DicFactory.generatDic(sourceStr, dicLength, lengthOfEachString, outFilePath);
```**Usage:**
copy outPut file to Android Studio project's `app` dir
add the follows to `proguard-rules.pro````
-classobfuscationdictionary dic.txt
-packageobfuscationdictionary dic.txt
-obfuscationdictionary dic.txt
```**Then**
```
0oOoOOO
00ooO0o
0o0ooo0
00ooo0o
oOOO00o
0O0O0O0
...
```