skidfuscatordev / skidfuscator-java-obfuscator

Public proof-of-concept obfuscator using the MapleIR framework designed by cts & bibl
MIT License
579 stars 59 forks source link

Crash when having multiple jars with the same skid/Factory class #48

Closed dm94 closed 10 months ago

dm94 commented 1 year ago

One of the projects I'm working on has the option to load jars as plugins.

The problem is that when loading these jars if several have used this obfuscator they fail because they share the same class in the same package (skid/Factory).

Is there a way for the package or class to be called differently?

terminalsin commented 1 year ago

Will be fixed in the next update

bai-xuan commented 10 months ago

Will be fixed in the next update

Why did you fix the bug but no longer submit the updated version of the code?

terminalsin commented 10 months ago

Fixed in latest

PEUNTL commented 10 months ago

Fixed in latest

I downloaded 2.0.7 and it didn't fix it

terminalsin commented 10 months ago

Fixed in latest

I downloaded 2.0.7 and it didn't fix it

thats because latest isn't released...

PEUNTL commented 10 months ago

Fixed in latest

I downloaded 2.0.7 and it didn't fix it

thats because latest isn't released...

....Sorry, how do I download it? .

terminalsin commented 10 months ago

Fixed in latest

I downloaded 2.0.7 and it didn't fix it

thats because latest isn't released...

....Sorry, how do I download it? .

You can compile the latest source from the github or wait for the next github release

PEUNTL commented 10 months ago

Fixed in latest

I downloaded 2.0.7 and it didn't fix it

thats because latest isn't released...

....Sorry, how do I download it? .

You can compile the latest source from the github or wait for the next github release

thank you very much