Commit Graph

4 Commits

Author SHA1 Message Date
zpj80231
1c218010fe feat: differentiate core and plugin classes by ClassLoader to avoid shadowing
改用 StackWalker(RETAIN_CLASS_REFERENCE) 在判定时获取栈帧真实 Class 的 ClassLoader,仅 PluginClassLoader 加载的类才可能判为可疑;伪造官方包名的插件被拦截,官方同名类不再被连坐。编译目标升至 Java 11。
2026-06-09 15:01:43 +08:00
zpj80231
88cbdac735 feat: support plugin update zip scan and .vmoptions read interception 2026-06-08 16:54:22 +08:00
yelochick
7dbc529642 feat: support idea 2026.1 2026-04-02 20:31:00 +08:00
439a127799 init 2024-02-25 12:18:32 +08:00