Skip to content

Instantly share code, notes, and snippets.

@cobbr
Created November 6, 2018 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cobbr/b8f0360ebff3651b9a7f25f70e3ee7c9 to your computer and use it in GitHub Desktop.
Save cobbr/b8f0360ebff3651b9a7f25f70e3ee7c9 to your computer and use it in GitHub Desktop.
<project baseDir="{0}" outputDir="{1}" xmlns="http://confuser.codeplex.com">
<module path="{2}">
<rule pattern="true" inherit="false">
<!-- <protection id="anti debug" /> -->
<!-- <protection id="anti dump" /> -->
<!-- <protection id="anti ildasm" /> -->
<!-- <protection id="anti tamper" /> -->
<!-- <protection id="constants" /> -->
<!-- <protection id="ctrl flow" /> -->
<!-- <protection id="invalid metadata" /> -->
<!-- <protection id="ref proxy" /> -->
<!-- <protection id="rename" /> -->
<protection id="resources" />
</rule>
</module>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment