Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickyangtpe authored Jun 6, 2024
1 parent eceee73 commit a55e318
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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)

0 comments on commit a55e318

Please sign in to comment.