Created
November 6, 2018 16:00
-
-
Save cobbr/b8f0360ebff3651b9a7f25f70e3ee7c9 to your computer and use it in GitHub Desktop.
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
<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