public class EZInjection extends Plugin
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<BytecodeHook> |
hookArray |
static boolean |
printCmdL |
static boolean |
sandboxRuntime |
static boolean |
sandboxSystem |
Constructor and Description |
---|
EZInjection(boolean accessModifiers,
boolean injectHooks,
boolean debugHooks,
boolean invokeMethod,
java.lang.String invokeMethodInformation,
boolean sandboxRuntime,
boolean sandboxSystem,
java.lang.String debugClasses,
java.lang.String proxy,
boolean useProxy,
boolean launchKit,
boolean console,
boolean printCmdL) |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.ArrayList<org.objectweb.asm.tree.ClassNode> classNodeList)
Whenever the plugin is started, this method is called
|
static void |
hook(java.lang.String info) |
static void |
print(java.lang.String message) |
static void |
setProxy(java.lang.String host,
java.lang.String port) |
isFinished, run, setFinished
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static java.util.ArrayList<BytecodeHook> hookArray
public static boolean sandboxSystem
public static boolean sandboxRuntime
public static boolean printCmdL
public EZInjection(boolean accessModifiers, boolean injectHooks, boolean debugHooks, boolean invokeMethod, java.lang.String invokeMethodInformation, boolean sandboxRuntime, boolean sandboxSystem, java.lang.String debugClasses, java.lang.String proxy, boolean useProxy, boolean launchKit, boolean console, boolean printCmdL)