ldstr / EazTrialRemover

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.
https://github.com/Plot1337/EazTrialRemover
MIT License
69 stars 30 forks source link
2022 2023 csharp dotnet eazdevirt eazfuscator trial

βš’οΈ EazTrialRemover

C# .NET 7.0 License-MIT

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


πŸ”§ Building from Source

If you want to build EazTrialRemover from source code, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Plot1337/EazTrialRemover.git
  2. Navigate to the project directory:

    cd EazTrialRemover
  3. Build the solution using the .NET CLI:

    dotnet build
  4. 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.

❓ Usage

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.

πŸ“œ Notes

Here are some essential notes regarding EazTrialRemover:

Tool Not Working?

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.

⚠️ Disclaimer

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.

πŸ“‹ Requirements

To run EazTrialRemover, make sure your system meets the following requirements:

πŸ”¨ Dependencies

EazTrialRemover relies on the dnlib library to perform its functions effectively.