Created
August 3, 2021 03:26
-
-
Save lrckt/5798ccfe10912f1590ce2b73bba439d2 to your computer and use it in GitHub Desktop.
obfuscar configuration file for .net application
This file contains hidden or 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
<?xml version='1.0'?> | |
<Obfuscator> | |
<Var name="InPath" value=".\bin\x64\\Release" /> | |
<Var name="OutPath" value=".\Release_Obfuscated" /> | |
<Var name="HidePrivateApi" value="true" /> | |
<Var name="RenameProperties" value="true" /> | |
<Var name="RenameFields" value="true" /> | |
<Module file="$(InPath)\test.exe" /> | |
</Obfuscator> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment