Skip to content

Topic

Code shrinking and obfuscation

Build-time transformation of compiled code that removes unreachable classes and members and renames the survivors, shrinking the shipped binary and making decompiled output harder to read.

Current clusters