Resource Sanitization
Eazfuscator.NET 5.3 has been released just a few hours ago, and it brings a particularly useful feature: resource sanitization.
Say you have the following XML file as an embedded resource of your .NET assembly:
<!--
Please thoroughly consult
https://www.dropbox.com/s/jv1my3n1e0d/GrandPlanOfThings.pdf?dl=0
before making a change.
-->
<lisp>
(define one? (λ (z) (= z 1)))
...
</lisp>


