x4e

Results 44 comments of x4e

> What if the used java version is >= 9 and does not have the rt anymore? J >= 9 still have rt it’s just got a different name >...

Make sure that the .jar you are adding contains java/lang/Object.class

This would cause a huge increase in file size if you add something like this to every function, there are much more effective flow obfuscation methods that do not have...

That example doesnt look too bad, however I think its doing something else which is just jump replacement, here is a sample I wrote: [obftest-obf.jar.zip](https://github.com/superblaubeere27/obfuscator/files/4528742/obftest-obf.jar.zip) It isnt very effective against...

Well its not in sb's obfuscator thats in my obfuscator but @superblaubeere27 could probably implement something similar

https://binclub.dev it’s not public yet

Could you clarify what you mean by language options? As in logging in different languages or gui in different languages maybe?

You must manually exclude these methods from being obfuscated, sorry

Should I modifiy it to pass the code formatting check? I was using the formatting in the existing code as a reference...

Squashed commits and tests should pass now