feat: support rainbow v2025.3.4

This commit is contained in:
2025-08-26 16:18:45 +08:00
parent b316de054e
commit 3e5cf0680d
10 changed files with 16 additions and 41 deletions

View File

@@ -13,6 +13,7 @@ import java.nio.file.Path;
public class VMOptionsRule {
public static Path hook() {
DebugInfo.output("======================Hide VMOptions");
String tmpdir = System.getProperty("java.io.tmpdir");
File file = new File(tmpdir, "fake.vmoptions");
if (file.exists()) {