feat: support rainbow v2025.3.4
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user