Skip to content

Instantly share code, notes, and snippets.

@lrckt
Created August 3, 2021 03:26
Show Gist options
  • Save lrckt/5798ccfe10912f1590ce2b73bba439d2 to your computer and use it in GitHub Desktop.
Save lrckt/5798ccfe10912f1590ce2b73bba439d2 to your computer and use it in GitHub Desktop.
obfuscar configuration file for .net application
<?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