Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

my attempt on making a really simple eazfuscator trial remover, using Mono.Cecil or with dnlib.

License

Notifications You must be signed in to change notification settings

anoleto/eazfuscator-trial-remove

Repository files navigation

eazfuscator-trial-remove

eazfuscator trial remove is a simple program that i made when im drunk, basically it removes the 3 instruction (call, brtrue.s, ret) or trial check call from the called "method" or entry point.

Getting started

clone the repo

git clone https://github.com/anoleto/eazfuscator-trial-remove.git

build the project on visual studio or dotnet build on cli. or just go to release tab to download and use it.

drag the assembly to the executeable or use cmd and run

eazfuscator-trial-remove.exe path/to/assembly

or you can use --dnlib arg to use dnlib library instead

eazfuscator-trial-remove.exe path/to/assembly --dnlib

you can use this to multiple assemblies

eazfuscator-trial-remove.exe assembly assembly2 --dnlib

Requirements

.NET Framework 4.7.2 or higher
Windows OS

Todo

  • to make this useable on dlls
  • more cleanup

About

my attempt on making a really simple eazfuscator trial remover, using Mono.Cecil or with dnlib.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages