Merge pull request #5 from yelochick/main

feat: hook Class.forName
This commit is contained in:
novice88 2024-04-18 15:47:44 +08:00 committed by GitHub
commit 79e7127c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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());
}
}