Skip to content

Commit

Permalink
change param to the ssvm sandbox to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Sep 7, 2024
1 parent da3534e commit 7c59987
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;

import dev.xdark.ssvm.VirtualMachine;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import uwu.narumi.deobfuscator.api.asm.ClassWrapper;
Expand Down Expand Up @@ -73,7 +74,7 @@ private Deobfuscator(DeobfuscatorOptions options) {
SandBox sandBox = null;
/*try {
sandBox = new SandBox(
this.context.getLoader(),
libraryClassLoader,
options.virtualMachine() == null ? new VirtualMachine() : options.virtualMachine()
);
} catch (Throwable t) {
Expand Down

0 comments on commit 7c59987

Please sign in to comment.