https://github.com/leinlin/obfuscator-tool-for-unity
https://github.com/leinlin/obfuscator-tool-for-unity
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leinlin/obfuscator-tool-for-unity
- Owner: leinlin
- License: apache-2.0
- Created: 2017-07-20T12:37:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T12:38:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T04:43:12.030Z (over 1 year ago)
- Language: C#
- Size: 271 KB
- Stars: 58
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obfuscator Tool For Unity
Use:
-----------------------------------
Tap Obfuscator Menu And Click Start, Select a Dll file,Enjoy
Code
-----------------------------------
ObfuscatorTool.cs contains the obfuscator Api
FAQ
-----------------------------------
IF you use reflect, plz add the classes into the same namesapce
for example
obfuscator.ExcludeBase("UnityEngine");