# stianloader-deobf The stianloader deobfuscator is not your traditional deobfuscator but rather a debug information regeneration library. This means that decompilers will have an easier time decompiling enums, switch-on-enums, generic signatures, inner classes and more. It does not work well for anything that was put in something other than progard as the deobfuscator is meant to facilitate the decompilation and linking of galimulator, which is only lightly obfuscated by proguard. That being said, stianloader-deobf might synergize well with other obfuscators. Also, it is not a standalone application, so you'll have to write some code at least.