chore: add ConfuserEx obfuscator project config
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e608977359
commit
d4a3e7c4f0
1 changed files with 18 additions and 0 deletions
18
NcProgramManager.crproj
Normal file
18
NcProgramManager.crproj
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project outputDir="Obfuscated" baseDir="bin\Release" xmlns="http://confuser.codeplex.com">
|
||||
<rule pattern="true" preset="normal" 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="ref proxy" />
|
||||
<protection id="rename" />
|
||||
<protection id="resources" />
|
||||
</rule>
|
||||
|
||||
<module path="NcProgramManager.exe">
|
||||
<!-- Public key constant gets string-encrypted by 'constants' protection above. -->
|
||||
</module>
|
||||
</project>
|
||||
Loading…
Add table
Reference in a new issue