Skip to content

Commit

Permalink
Merge pull request #4 from 4ra1n/main
Browse files Browse the repository at this point in the history
简单重构和修复BUG
  • Loading branch information
luelueking authored Apr 23, 2024
2 parents 75bae5e + 538c87c commit 7e83476
Show file tree
Hide file tree
Showing 29 changed files with 585 additions and 508 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ build/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
idea/
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/encodings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/misc.xml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ java -jar JSource-Obfuscator-1.0-SNAPSHOT.jar --path /Users/1ue/Downloads/obf-te

使用JSource-Obfuscator加密如下示例代码

![截屏2023-09-14 14.37.03](images/%E6%88%AA%E5%B1%8F2023-09-14%2014.37.03.png)
![](images/001.png)

```
% java -jar JSource-Obfuscator-1.0-SNAPSHOT.jar --path /Users/zhchen/Downloads/obf-test/src/main/java
Expand All @@ -43,10 +43,10 @@ finished!!!

混淆后的代码大致如下

![截屏2023-09-14 14.40.54](images/%E6%88%AA%E5%B1%8F2023-09-14%2014.40.54.png)
![](images/002.png)

并且正常运行

![截屏2023-09-14 14.41.46](images/%E6%88%AA%E5%B1%8F2023-09-14%2014.41.46.png)
![](images/003.png)


2 changes: 2 additions & 0 deletions check-version.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
mvn versions:display-dependency-updates
36 changes: 0 additions & 36 deletions dependency-reduced-pom.xml

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 7e83476

Please sign in to comment.