Code Monkey home page Code Monkey logo

colonialobfuscator's Introduction

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

colonialobfuscator's People

Contributors

colonialbuilders avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

colonialobfuscator's Issues

idea for string encryption

to decrypt string keys, you can use several keys at once, for example, they must consist of each letter of the string that will be encrypted, this string can also be divided into several parts that will strengthen the protection of the application, they must be converted to the Int format and the int must also be divided into several parts 255, 255, 255, 255, 255 I think it's a good idea, implementation is quite possible as in some obfuscators

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.