Features

Elements of Homomorphic Code Encryption

I have great news to share. We were able to identify and leverage some useful properties of a partially homomorphic cryptosystem to achieve a considerably better obfuscation results. How much better? Up to the point where parts of a program remain totally unobservable unless they hit the actual execution path.…

Read more »

Seamless Integration with Unity

Eazfuscator.NET 2018.2 brings seamless integration with Unity.

Seamless Eazfuscator.NET integration with Unity

Read more »

.NET Core, .NET Standard and Portable PDB Support. Delivered

Eazfuscator.NET now officially supports .NET Core and .NET Standard technologies.

Eazfuscator.NET supports them all

Read more »

Obfuscation of Value Tuples

C# 7 and Visual Basic 15 introduced the notion of value tuples. The concept is similar to what you may find in System.Tuple but with two important distinctions:

  1. The new System.ValueTuple is a value type while the older System.Tuple is a reference type. The value type tends to be a more efficient data type when it comes to passing the values in and out of the method calls

    Read more »

Deeper Visual Studio Integration

What if you had a personal assistant that could guide you through particulars of obfuscation?

Wait no more. Eazfuscator.NET 5.3 introduces a deeper Visual Studio integration that improves your productivity when it comes to obfuscation directives and configuration:

Eazfuscator.NET IntelliSense Suggestions

Read more »

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>  

Read more »