GithubHelp home page GithubHelp logo

cron992 / z00bfuscator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dentrax/z00bfuscator

0.0 0.0 0.0 320 KB

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

License: MIT License

C# 100.00%

z00bfuscator's Introduction

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.

Copyright & Licensing

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

z00bfuscator's People

Contributors

dentrax avatar mrdave1999 avatar gitsculptor avatar thebitbrine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.