All Projects → Dentrax → Z00bfuscator

Dentrax / Z00bfuscator

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

Projects that are alternatives of or similar to Z00bfuscator

Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (+82.86%)
Mutual labels:  dotnet-core, obfuscation, obfuscator
Corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
Stars: ✭ 17,924 (+51111.43%)
Mutual labels:  dotnet-core, dotnetcore
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+822.86%)
Mutual labels:  dotnet-core, dotnetcore
Mjcodeobfuscation
一个用于代码混淆和字符串加密的Mac小Demo
Stars: ✭ 445 (+1171.43%)
Mutual labels:  obfuscation, obfuscator
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+2371.43%)
Mutual labels:  dotnet-core, dotnetcore
Wpdotnet Sdk
WordPress compiled to .NET Standard. SDK for ASP.NET Core.
Stars: ✭ 309 (+782.86%)
Mutual labels:  dotnet-core, dotnetcore
Alexa Skills Dotnet
An Amazon Alexa Skills SDK for .NET
Stars: ✭ 412 (+1077.14%)
Mutual labels:  dotnet-core, dotnetcore
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (+14.29%)
Mutual labels:  obfuscation, obfuscator
Yakpro Po
YAK Pro - Php Obfuscator
Stars: ✭ 678 (+1837.14%)
Mutual labels:  obfuscation, obfuscator
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+1885.71%)
Mutual labels:  dotnet-core, dotnetcore
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+18971.43%)
Mutual labels:  dotnet-core, dotnetcore
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (+768.57%)
Mutual labels:  dotnet-core, dotnetcore
Gonorth
GoNorth is a story and content planning tool for RPGs and other open world games.
Stars: ✭ 289 (+725.71%)
Mutual labels:  dotnet-core, dotnetcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+9825.71%)
Mutual labels:  dotnet-core, dotnetcore
sus
A now actually pretty good amogus themed javascript obfuscator lol
Stars: ✭ 23 (-34.29%)
Mutual labels:  obfuscation, obfuscator
Awesome Cms Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Stars: ✭ 352 (+905.71%)
Mutual labels:  dotnet-core, dotnetcore
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+2114.29%)
Mutual labels:  dotnet-core, dotnetcore
ConfuserEx-Mod-By-Bed
Beds Protector | Best free obfuscation out right now
Stars: ✭ 297 (+748.57%)
Mutual labels:  obfuscation, obfuscator
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-57.14%)
Mutual labels:  obfuscation, obfuscator
Smartcode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
Stars: ✭ 464 (+1225.71%)
Mutual labels:  dotnet-core, dotnetcore

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 Core 2.x 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].