Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldstr authored May 16, 2022
1 parent e4f86c9 commit 1e1ea45
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# EazTrialRemover
Removes Eazfuscator.NET's evaluation period (aka trial limit) from protected assemblies — this allows it to run forever instead of expiring after seven days.

---

Usage: `EazTrialRemover.exe <assembly>` or drag-and-drop your protected assembly into `EazTrialRemover.exe`

NOTE: This works with Eaz.NET 2022.1; however, I am not sure if it will work in the future or in older versions. Works with Console and WinForms; should work for class-library and others, too. If there any any bugs, please open a issue.

### Disclaimer
This tool could get you into legal issues; please use it with caution. If you have the money, please consider [purchasing a license](https://www.gapotchenko.com/eazfuscator.net/purchase).

### Requirements
- Windows System
- [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)

### Dependencies
- [dnlib](https://github.com/0xd4d/dnlib)

0 comments on commit 1e1ea45

Please sign in to comment.