public class VerifyUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifyUtils.ClassbyteClassLoader |
| Constructor and Description |
|---|
VerifyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asmVerify(byte[] bytes) |
static void |
asmVerify(byte[] bytes,
boolean printResults) |
static Object |
instanceVerity(byte[] bytes) |
static Object |
invoke(Object instance,
String name,
Object... args) |
public static void asmVerify(byte[] bytes,
boolean printResults)
throws IOException
IOExceptionpublic static void asmVerify(byte[] bytes)
throws IOException
IOExceptionCopyright © 2018–2021. All rights reserved.