feat: hook Class.forName

This commit is contained in:
yelochick 2024-04-18 15:44:11 +08:00
parent 5194243b35
commit 6e71383cf9
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ public class PrivacyPlugin implements PluginEntry {
new VMOptionsTransformer(),
new PluginClassLoaderTransformer(),
new LicensingFacadeTransformer(),
new PluginManagerCoreTransformer());
new PluginManagerCoreTransformer(),
new ClassTransformer());
}
}