Deobfuscator icon indicating copy to clipboard operation
Deobfuscator copied to clipboard

RemapperTransformer: Add option to not rename class package

Open lab313ru opened this issue 9 months ago • 2 comments

Before rename all classes were placed in my_package folder in jar. But after remapping they are all placed in the root folder of that jar.

lab313ru avatar Feb 08 '25 16:02 lab313ru

All classes from all packages are just moved to the root folder.

lab313ru avatar Feb 08 '25 16:02 lab313ru

Yes, this is an intended feature. But of course we can add an option that will not rename package, only class names.

EpicPlayerA10 avatar Feb 08 '25 16:02 EpicPlayerA10

patched in https://github.com/narumii/Deobfuscator/pull/105 , just waiting for it to be merged

KnoxTheDev avatar Jun 23 '25 13:06 KnoxTheDev