• Stars
    star
    177
  • Rank 209,143 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

GMDB

GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Go
234
star
2

cocert

Split and distribute your private keys securely amongst untrusted network
Go
202
star
3

kubesql

Experimental tool to query K8s API using plain SQL
Rust
180
star
4

Data-Structures-with-Go

Data Structures with Go Language
Go
139
star
5

falco-gpt

AI-generated remediations for Falco audit events
Go
67
star
6

Netlyser

Lightweight, a simple yet, Presence Detection Tool written in Rust, based on nmap, built for UNIX, made with <3
Rust
60
star
7

ArduRTOS

Real Time Operating System Lessons using Arduino and The FreeRTOS Kernel
C++
48
star
8

ProductManagementTool

Advanced Product tracking automation system using Qt 5 and C++
C++
47
star
9

xdsl-exporter

xDSL Prometheus Exporter
Go
45
star
10

Data-Mining-Algorithms

Data Mining Algorithms with C# using LINQ
C#
38
star
11

DentOS

Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
C
31
star
12

Monkey

Monkey Programming Language in Rust
Rust
30
star
13

TileMapGenerator

Create your own 2D Maps with layer-by-layer system using Noise-Sample and BufferedImage pattern
Java
26
star
14

Finite-State-Machine

Finite State Machine Library for .NET Core (with EASY and ADVANCED implementation)
C#
19
star
15

AsyncServerClient

AsyncServerClient is the simple, open-source, cross-platform Async TCP Server-Client project (with SQL and 3-Way Handshaking support) for .NET Assemblies built in .NET Core
C#
18
star
16

cosigneth

Container Image Signing & Verifying on Ethereum [Testnet]
TypeScript
17
star
17

go-tilde-operator

PoC: How to make ~ work on Go Compiler
16
star
18

MMM-ArduPort

This is a module for the MagicMirror² smart mirror project. This module provides Arduino serial communication support with Raspberry PI.
JavaScript
16
star
19

DLL-Injection-with-Assembly

DLL Injection to Exe with Assembly using OllyDbg
Assembly
16
star
20

obscure-go

In-memory security with secure data types
Go
15
star
21

remind-us

Schedule and generate custom reminders and send via custom alerters.
Go
12
star
22

EasySSA

An EASY and ADVANCED extention to handle TCP/IP Packets [SecurityApi]
C#
8
star
23

AVR-Programming-with-Assembly

AVR Microcontroller Programming with Assembly
Assembly
8
star
24

ArduExams

Improve your Arduino knowledge with high quality questions and exams
C++
6
star
25

EasyBlockChain

A cryptocurrency C++ implementation using a BlockChain technology made for educational purposes only
C++
2
star
26

Data-Mining-with-Python

Data Mining with Python
2
star
27

Dentrax

2
star
28

ArduRMMMQ

Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor - RTOS Project
C++
2
star
29

AMX_Manager

[AMX]: [A]dministrative [M]anager Tools for [X] Server (Linux Environment Only)
Shell
2
star
30

Maxiploit

Exploit penetration tool for [Online Games]. [In Development]
C#
1
star
31

FollowUp-System-Automation

Simple Follow up Automation Example
Java
1
star
32

LedLooper-with-Assembly

Embedded Assembly LED project that uses AVR Microcontroller with Arduino
Assembly
1
star
33

EasySQLITE

An EASY and ADVANCED way to handle [SQLITE] Simple!, Lifesaver!, Friendly! ...
Java
1
star
34

EasyProviders

An EASY and ADVANCED way to handle providers/services/managers/singletons systems with [EasyProvides .NET CORE Library]
C#
1
star
35

k8s-response-engine-gke-functions

A simple demo about how to set up Kubernetes Respons Engine on GKE by using Google Cloud Functions, Falco and Falcosidekick
Go
1
star