EazTrialRemover is a powerful utility that removes the evaluation period, also known as the trial limit, from assemblies protected by Eazfuscator.NET. This allows these assemblies to run indefinitely, without the limitations imposed by the seven-day trial period. Download EazTrialRemover
If you want to build EazTrialRemover from source code, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/Plot1337/EazTrialRemover.git
Navigate to the project directory:
cd EazTrialRemover
Build the solution using the .NET CLI:
dotnet build
Once the build is complete, you will find the EazTrialRemover executable in the bin/Debug
or bin/Release
directory, depending on the build configuration you choose.
Now, you have successfully built EazTrialRemover from the source code, and you can use it as described in the usage section.
To remove the trial limitation, you can either use the command-line interface with the following syntax:
EazTrialRemover.exe <assembly|assemblies>
Alternatively, you can simply drag and drop your protected assembly or assemblies onto the EazTrialRemover.exe
executable. This means you can effortlessly remove trials from multiple protected assemblies simultaneously.
Here are some essential notes regarding EazTrialRemover:
PEVerify
after running EazTrialRemover, as it might produce inaccurate results.If EazTrialRemover fails to work for you, consider changing the system date on your PC to a future date (possibly 10 years into the future) and then protect your assembly using Eazfuscator.NET. This workaround eliminates the need for this tool or any similar utilities to remove the trial expiration.
It's important to note that using this tool may potentially lead to legal issues. Please use it with caution and only for ethical purposes. If you have the financial means, consider supporting the developers by purchasing a license.
To run EazTrialRemover, make sure your system meets the following requirements:
EazTrialRemover relies on the dnlib library to perform its functions effectively.