Allow constants to execute HideFile via System.exec
This commit is contained in:
parent
55c2ea22be
commit
6d615cd142
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public class SecurityMan extends SecurityManager {
|
||||||
executedClass.equals("the.bytecode.club.bytecodeviewer.util.Enjarify") ||
|
executedClass.equals("the.bytecode.club.bytecodeviewer.util.Enjarify") ||
|
||||||
executedClass.equals("the.bytecode.club.bytecodeviewer.util.APKTool") ||
|
executedClass.equals("the.bytecode.club.bytecodeviewer.util.APKTool") ||
|
||||||
executedClass.equals("the.bytecode.club.bytecodeviewer.BytecodeViewer") ||
|
executedClass.equals("the.bytecode.club.bytecodeviewer.BytecodeViewer") ||
|
||||||
|
executedClass.equals("the.bytecode.club.bytecodeviewer.Constants") ||
|
||||||
executedClass.equals("the.bytecode.club.bytecodeviewer.compilers.JavaCompiler")) {
|
executedClass.equals("the.bytecode.club.bytecodeviewer.compilers.JavaCompiler")) {
|
||||||
blocking = false;
|
blocking = false;
|
||||||
} else for (StackTraceElement stackTraceElements : Thread.currentThread().getStackTrace()) {
|
} else for (StackTraceElement stackTraceElements : Thread.currentThread().getStackTrace()) {
|
||||||
|
|
Loading…
Reference in a new issue