Eric Lafortune氏は27日(米国時間)、ProGuardの最新版となる「ProGuard 4.0」を公開した。ProGuardはJavaで開発されたクラスファイル最適化ツール。クラスファイルに対して縮小化、最適化、難読化、事前検証などを実施する。プロダクトはGNU GENERAL PUBLIC LICENSE Version 2の ...
It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short ...
I have a Fabric 1.17.1 (Java 16) mod for Minecraft that I am trying to obfuscate. Included with this mod is my event system that handles all the events for my mod. This event system uses the invoke ...