-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some weird things happened with the merge
- Loading branch information
Showing
10 changed files
with
123 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<project outputDir="bin\Confused" baseDir="." xmlns="http://confuser.codeplex.com"> | ||
<rule pattern="true" preset="maximum" 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="harden" /> | ||
<protection id="invalid metadata" /> | ||
<protection id="ref proxy" /> | ||
<protection id="resources" /> | ||
<protection id="typescramble" /> | ||
<protection id="rename" /> | ||
<protection id="watermark" /> | ||
</rule> | ||
<module path="bin\x64\Release-Net45\Tokenvator.exe" /> | ||
</project> |