Skip to content

ventolotl/IndyObfuscator

Repository files navigation

IndyObfuscator

This is a simple project that provides an implementation to obfuscate method calls in Java Bytecode by replacing them with invokedynamic instructions.

Disclaimer

Please note that this project is meant to provide an easy implementation of an invokedynamic obfuscation. Therefore, the decryption of the inserted invokedynamic instructions is pretty easy and it is thus not recommended to use this in production.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages