-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
eceee73
commit a55e318
Showing
1 changed file
with
23 additions
and
1 deletion.
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,24 @@ | ||
# CppShroud | ||
C++ obfuscator | ||
|
||
這是一個 C++ 混淆器,可以用於對源代碼進行混淆,以增加代碼的難讀性和保護程度。 | ||
|
||
## 功能特點 | ||
|
||
- 替換變量名和常量,使代碼更難讀取 | ||
- 使用亂數生成替換字,增加混淆程度 | ||
- 支持對單行和多行代碼進行混淆 | ||
|
||
## 如何使用 | ||
|
||
1. 輸入要混淆的 C++ 代碼到文本框中。 | ||
2. 點擊按鈕開始混淆。 | ||
3. 混淆後的代碼將會顯示在另一個文本框中。 | ||
|
||
## 注意事項 | ||
|
||
- 請注意,此工具僅供學習和測試之用,請勿用於惡意目的。 | ||
- 混淆後的代碼可能會對您的項目造成困擾,請謹慎使用。 | ||
|
||
## 聯絡作者 | ||
|
||
如有任何問題或建議,請聯絡作者:[BriefBassoon117](https://github.com/Nickyangtpe) |