Skip to content

An open-source, free protector for Java applications using JavaResolver. https://github.com/CodeOfDark/JavaObfuscator

Notifications You must be signed in to change notification settings

justinhachemeister/JavaObfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaObfuscator

An open-source, free protector for Java classes using JavaResolver. https://github.com/CodeOfDark/JavaObfuscator

Obfuscation Features

  • StringEncoding
  • ProxyCalls
  • Outliner

Obfuscation Info

  • StringEncoding: Encode the string, based on Base64 method.
  • ProxyCalls: hides references in to new methods.
  • Outliner: Create a new method for each constant(strings, int, float).

Usage

JavaObfuscator.exe <path to .class file>

Credits

  • Washi for his JavaResolver Project https://github.com/Washi1337/JavaResolver
  • CodeOfDark It's Me!

About

An open-source, free protector for Java applications using JavaResolver. https://github.com/CodeOfDark/JavaObfuscator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages