Obfuscated WPF Project by giving Post-build event Commands like this:
if "$(ConfigurationName)" == "Release" ($(ProjectDir)ConfuserEx\Confuser.CLI.exe $(ProjectDir)Confuser.crproj)
After Succesful build and Obfuscation Created Exe got crashing if I Obfuscate dll only then working fine but if I obfuscate Exe get crashing
Confuser.crproj
<project outputDir="..\Release" baseDir="obj\Release" xmlns="http://confuser.codeplex.com">
<module path="Sample.exe" >
<rule pattern="true" preset="aggressive" inherit="false">
<protection id="anti ildasm" />
<protection id="anti tamper" />
<protection id="anti dump" />
</rule>
</module>
<probePath>..\..\obj\Release</probePath>
<probePath>..\..\bin\Release</probePath>
</project>