Skip to content

This is a baseline Java obfuscator project designed to apply basic transformations to Java bytecode

Notifications You must be signed in to change notification settings

RevereInc/java-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Obfuscator

This is a baseline Java obfuscator project designed to apply basic transformations to Java bytecode. The current implementation includes the following obfuscation techniques:

  • String Obfuscation – Encrypts and disguises string literals.
  • Method Obfuscation – Renames methods to non-meaningful names.
  • ASCII Obfuscation – Adds ASCII-based art at the bottom of classes.
  • Field Obfuscation – Renames fields to obscure their original purpose.

This project serves as a foundation for further development and enhancement of Java obfuscation techniques.

About

This is a baseline Java obfuscator project designed to apply basic transformations to Java bytecode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages