ItzSomebody / radon

[Abandoned] Scuffed java bytecode obfuscator
GNU General Public License v3.0
361 stars 74 forks source link

Added fake directories #88

Closed x4e closed 4 years ago

x4e commented 4 years ago

Completely breaks Luyten, JByteMod. Those are just the ones I've tested. They dont show any classes whatsoever, only the package names.

Also zip file explorers, like WinRAR wont allow you to copy/edit or even extract the class files.

Credit to @Cubxity and @half-cambodian-hacker-man . This is I think partially how paramorphism's corruption flag works.

How to use:

fake_directory: true

in config.

ItzSomebody commented 4 years ago

The reason why I haven’t already added something like this is because I found through experimentation it breaks on certain versions of Java.

x4e commented 4 years ago

It is by default off, so only people that know what theyre doing will use it. I think it would be a useful addition. I've tested and its working in java 8 which is what most people use and target.

ItzSomebody commented 4 years ago

It is by default off, so only people that know what theyre doing will use it. I think it would be a useful addition.

Everything is technically off by default.

I've tested and its working in java 8 which is what most people use and target.

Certain versions of Java 8 also don't support it.

x4e commented 4 years ago

Ok, your choice then.

x4e commented 4 years ago

Created a standalone tool here https://github.com/cookiedragon234/fakedirectory