Git Product home page Git Product logo

bruhfuscator's Introduction

Features

Feature Skidded
Colonial String encryption
Souvenir String encryption
Goto String encryption
Goto Number obfuscation
Goto Decompiler Crasher
Goto Invoke Proxy
Goto Duplicate Resources
Goto Junk Code
Goto Shit classes
Goto Flow obfuscation
MyJ2C Flow obfuscation
Caesium Reference obfuscation
Caesium Polymorph
Skidfuscator's Ahegaos
JOBF++ Annotation spam
Broken remapper
Maybe broken fabric mixin remap
Shit code

bro_who_made_colonial, Body-Alh0ha, Dimples, Araykal, sim0n, 0x150, I apologize to you too

Usage

  • Compile gradlew build
  • Generate config file java -jar bruhfuscator-1.5.0.jar --create-config
  • Edit config.json
  • Run obfuscator java -jar bruhfuscator-1.5.0.jar -cfg settings.json (maybe it's better to add --add-opens java.base/java.util.zip=ALL-UNNAMED arg)

Before using:

  • Bruhfuscator MUST be ran with Java 17+
  • Ambien should not be used alongside or with other obfuscators (you sure, iiiiris???)

Run the jar using the --create-config argument to create a base config

Then run the Ambien jar using the -config argument (including the path to your config)

To see all the arguments Ambien offers, you can use the '-help' argument
нумчик нумасик бро бра, я не знаю джаву, не воспринимай всерьез эту помойку

bruhfuscator's People

Contributors

erxson avatar xiaonian233 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

Watchers

 avatar

bruhfuscator's Issues

Required for directory loading

Hi brother, because you commented out this code, I spent a day troubleshooting the problem that the jar class could not be loaded.
It is required and cannot be commented out. I have a problem when using the springboot jar package. Please be sure to test it.
Also, it cannot be commented, please modify it.

image

The method name generation is illegal

The generated method name is legal and contains'/'.
image

Find this place through code tracing
image

Please delete '$/' as I resolved the issue of illegal method names by deleting them

Additionally, there are issues with this code:

image

Builder. append (CHARS [random. nextInt (CHARS. length)]);
When random. nextInt (CHARS. length) returns a range of 1-10, a method name that starts with a number is also illegal

image

Build Error

Hello,

when I do the command to build the project,

I have errors in the compileJava level,

how much java is needed? because I have java 8

Thank you for your reply, Good day

Testing for randomString

image
image
You can see that the method name is illegal

Here are my modifications

image

while (builder.length() < len) {
int nextInt = random.nextInt(CHARS.length);
if (builder.length() == 0 && nextInt < 10) {
continue;
}
builder.append(CHARS[nextInt]);
}

Test the result a thousand times without a string starting with a number

image

I hope you can adopt my method, or if you have any good modifications, I can also learn from it.

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.