Z00bfuscator Save

Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built on .NET Core

Project README

Z00bfuscator

MIT Licence Open Source Love Build status Build Status Sourcegraph

Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built in .NET Core

Warning: It is an old Obfuscator I made in 2013. I converted whole project into .NET Core and made new improvements.

Click here for .NET Core

Click here for Mono.Cecil

What It Is

How To Use

Features

Requirements

Dependencies

About

Collaborators

Branches

Copyright & Licensing

Contributing

Contact

What It Is

Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built in .NET Core SDK

Z00bfuscator teaches you how obfuscating phases works as simplified as possibly. It is designed in the bare-minimum struct.

Screenshots

Obfuscating

Obfuscating

Before

Before

After

After

Example PE

Example .NET File

Example PE Class

Example .NET File - Class

How To Use

  1. Clone the project to your computer by executing the following command:
$ git clone https://github.com/Dentrax/Z00bfuscator.git
  1. Navigate to your Z00bfuscator folder:
$ cd Z00bfuscator/
  1. Build the all projects using dotnet command
$ dotnet build --configuration Release --output ./bin/Release --verbosity quiet
  • Run this command if you want to test all cases
$ dotnet test .\Z00bfuscator.Tests\Z00bfuscator.Tests.csproj
  1. Run the Z00bfuscator; Obfuscate the Z00bfuscator.Test
$ dotnet run --configuration Release --project .\Z00bfuscator\Z00bfuscator.csproj .\Z00bfuscator.Test\bin\Release\Z00bfuscator.Test.dll
  1. Test the output project; test the both before and after builds
$ dotnet run --configuration Release --project .\Z00bfuscator.Test\Z00bfuscator.Test.csproj

$ cp .\Z00bfuscator.Test\bin\Release\Z00bfuscator.Test.runtimeconfig.json .\Z00bfuscator.Test\bin\Release\Obfuscated_Z00bfuscator.Test.runtimeconfig.json

$ dotnet .\Z00bfuscator.Test\bin\Release\Obfuscated_Z00bfuscator.Test.dll

Output

Output

Features

  • Obfuscating Fields

  • Obfuscating Methods

  • Obfuscating Namespaces

  • Obfuscating Properties

  • Obfuscating Resources

  • Obfuscating Types

Requirements

  • You should be familiar with C# programming
  • You should be familiar with Mono.Cecil
  • You will need a computer on which you have the rights to compile dotnet files

Dependencies

  • .NET 6 SDK (for compiling and testing)
  • Mono.Cecil

About

Z00bfuscator was created to serve three purposes:

Z00bfuscator teaches you how obfuscating phases works actually as simplified as possibly

  1. To act as a guide to teach how obfuscating phases works using Mono.Cecil

  2. To provide a simplest and easiest way to learn things about Mono.Cecil

  3. There is a source for you to develop own Obfuscator mechanism in dotNET environment using Mono.Cecil

Collaborators

Project Manager - Furkan Türkal (GitHub: Dentrax)

Branches

We publish source for the [Z00bfuscator] in single rolling branch:

The master branch is extensively tested and makes a great starting point. Also tracks live changes by commits.

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All program code (i.e. cs, .md) is licensed under MIT License unless otherwise specified. Please see the LICENSE.md file for more information.

  • Cecil
    • Cecil is a library to inspect, modify and create .NET programs and libraries.
    • Please see the LICENSE.md file for more information.

References

While this repository is being prepared, it may have been quoted from some sources.

If there is an unspecified source or if you think that I made a copyright infringement, please contact with me.

Contributing

Please check the CONTRIBUTING.md file for contribution instructions and naming guidelines.

Contact

Z00bfuscator was created by Furkan 'Dentrax' Türkal

You can contact by URL: CONTACT

Best Regards

Open Source Agenda is not affiliated with "Z00bfuscator" Project. README Source: Dentrax/Z00bfuscator
Stars
176
Open Issues
2
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating