All Projects → ColonialBuilders → ColonialObfuscator

ColonialBuilders / ColonialObfuscator

Licence: other
Java Obfuscator in Beta

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ColonialObfuscator

Vetric
WIP Java/Kotlin obfuscator
Stars: ✭ 39 (+69.57%)
Mutual labels:  obfuscation, obfuscator, java-obfuscator, java-bytecode-obfuscator, bytecode-obfuscator
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (+73.91%)
Mutual labels:  obfuscation, obfuscator, java-obfuscator
Mosey
A free and open source java bytecode obfuscator, experimental
Stars: ✭ 43 (+86.96%)
Mutual labels:  obfuscation, obfuscator, java-obfuscator
Enigma
Gradle Plugin - Obfuscator String Encryption (Android/Java)
Stars: ✭ 43 (+86.96%)
Mutual labels:  obfuscation, obfuscator
Radon
Experimental Java bytecode obfuscator
Stars: ✭ 243 (+956.52%)
Mutual labels:  obfuscation, obfuscator
Z00bfuscator
Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built on .NET Core
Stars: ✭ 35 (+52.17%)
Mutual labels:  obfuscation, obfuscator
sus
A now actually pretty good amogus themed javascript obfuscator lol
Stars: ✭ 23 (+0%)
Mutual labels:  obfuscation, obfuscator
Obfuscar
Open source obfuscation tool for .NET assemblies
Stars: ✭ 1,040 (+4421.74%)
Mutual labels:  obfuscation, obfuscator
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 (+178.26%)
Mutual labels:  obfuscation, obfuscator
AutoIt-Obfuscator
AutoIt Obfuscator lets you protect AutoIt script source code against analysis, reverse engineering & decompilation using advanced obfuscation techniques and polymorphic encryption.
Stars: ✭ 31 (+34.78%)
Mutual labels:  obfuscation, obfuscator
Yguard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
Stars: ✭ 130 (+465.22%)
Mutual labels:  obfuscation, obfuscator
Stringobfuscator
Simple header-only compile-time library for string obfuscation (C++14)
Stars: ✭ 164 (+613.04%)
Mutual labels:  obfuscation, obfuscator
Javascript Obfuscator
A powerful obfuscator for JavaScript and Node.js
Stars: ✭ 8,204 (+35569.57%)
Mutual labels:  obfuscation, obfuscator
Yakpro Po
YAK Pro - Php Obfuscator
Stars: ✭ 678 (+2847.83%)
Mutual labels:  obfuscation, obfuscator
Kylin Llvm Obfuscator
based on llvm 5.0.1 release with ollvm
Stars: ✭ 37 (+60.87%)
Mutual labels:  obfuscation, obfuscator
Mjcodeobfuscation
一个用于代码混淆和字符串加密的Mac小Demo
Stars: ✭ 445 (+1834.78%)
Mutual labels:  obfuscation, obfuscator
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-34.78%)
Mutual labels:  obfuscation, obfuscator
Forsaken
One of the best Python3.9 obfuscators.
Stars: ✭ 94 (+308.7%)
Mutual labels:  obfuscation, obfuscator
Deoptfuscator
Deobfuscator for Android Application
Stars: ✭ 115 (+400%)
Mutual labels:  obfuscation, obfuscator
Obfuscator Class
👨‍💻 Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)
Stars: ✭ 202 (+778.26%)
Mutual labels:  obfuscation, obfuscator

ColonialObfuscator

Java Obfuscator in Beta using ASM Library

Before Obfuscation

@Override
public void run() {
    do {
        try {
            Thread.sleep(500L);
        }
        catch (InterruptedException e) {
            System.out.println(e);
        }
        System.out.println("int " + ++a);
    } while (true);
}

After Obfuscation

@Override
public void run() {
    do {
        try {
            Thread.sleep(500L);
            if (0 > 0) {
                return;
            }
        }
        catch (InterruptedException ColonialObfuscator_垜懝悇守拯孆榩俫吟榇毆撰墈咭殟仭妺浾喯殕氷帉婀国惫横倾櫪嚭厑旆渒嬅夣噰唐榴欶楶枆嵽) {
            System.out.println(ColonialObfuscator_垜懝悇守拯孆榩俫吟榇毆撰墈咭殟仭妺浾喯殕氷帉婀国惫横倾櫪嚭厑旆渒嬅夣噰唐榴欶楶枆嵽);
        }
        ++Sender.a;
        System.out.println(ColonialObfuscator_忩噁峷捄坚侂憿槑亢墢敞囎孴嵯榣槤捺介尿寸厨巎洃佣塅榭宩动圍漑慯侫忠嶚湥櫛毶嘀命堅巹("夘够夅契") + Sender.a);
    } while (-4 < 0);
}

Based on https://gitlab.com/nickfreeman/SimpleObfuscator , https://github.com/superblaubeere27/obfuscator and https://github.com/netindev/scuti-lite

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].