Search code examples
IllegalArgumentException on ClassNode.accept() when passing in ClassWriter...


javabytecodejava-bytecode-asm

Read More
Adding RunTimeVisibleAnnotations to a Java class file using ASM...


javaannotationsbytecodejava-bytecode-asm

Read More
Injecting try/catch block for serializable check in bytecode through ASM...


javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
ASM - strange localVar index using newLocal from LocalVariableSorter...


javabytecodejava-bytecode-asmbyte-buddyjvm-bytecode

Read More
How to get count and types of method parameters using org.objectweb.asm.MethodVisitor?...


javajava-bytecode-asm

Read More
Forge 1.12.2 Coremodding: java.lang.ClassCircularityError...


javaminecraftjava-bytecode-asmminecraft-forgejvm-bytecode

Read More
Forge 1.12.2 Coremodding: java.lang.StringIndexOutOfBoundsException...


javaminecraftjava-bytecode-asmminecraft-forgejvm-bytecode

Read More
Finding the Bytecode Size of a Java Method...


javabytecodecompiler-optimizationjava-bytecode-asm

Read More
Call Java varargs method from invokedynamic...


javajvmbytecodejava-bytecode-asminvokedynamic

Read More
How to remove/shrink 'import some.clazz.SomeClass;' statement by means of bytecode manipulat...


javabytecodejava-bytecode-asmbyte-buddybcel

Read More
creating object instance without invoking initializer...


javabytecodejava-bytecode-asm

Read More
ASM: how to easily get proper Opcode based on type...


javabytecodejava-bytecode-asm

Read More
With asm how to explicitly declare a variable parameter...


javajava-bytecode-asm

Read More
ASM create method with parameter name w/ ClassWriter...


javaclasskotlinbytecodejava-bytecode-asm

Read More
ASM BasicInterpreter IllegalStateException...


javabytecodejava-bytecode-asm

Read More
ASM Get exact value from stack frame...


javabytecodejava-bytecode-asm

Read More
ASM - How can I convert Java class name from Java bytecode name?...


javareflectionbytecodejava-bytecode-asm

Read More
Is visitAnnotation() always called before visitCode() in the ASM library?...


javatestingjunitinstrumentationjava-bytecode-asm

Read More
Java bytecode asm - How can I create a clone of a class with only the class name changed?...


javajava-8bytecodejava-bytecode-asmbytecode-manipulation

Read More
How to duplicate the parameters of a method in JVM stack by ASM?...


bytecodejava-bytecode-asm

Read More
NoClassDefFoundError after instrumenting code...


javainstrumentationjava-bytecode-asmjavaagentsbytecode-manipulation

Read More
When visiting a class using ASM, how to know the ancestor class of that class without loading any cl...


javajvminstrumentationjava-bytecode-asmjavaagents

Read More
How to dynamically cast an object (of class Object) to the method return type using ASM?...


javajvmgsoninstrumentationjava-bytecode-asm

Read More
"VerifyError: Accessing value from uninitialized register" when using ASM and javaagent to...


javajvminstrumentationjava-bytecode-asmjavaagents

Read More
How to record all parameters of any invoked java method dynamically using java agent and ASM?...


javajvminstrumentationjava-bytecode-asmjavaagents

Read More
What is the proper way to stack ASM visitors?...


javabytecodejava-bytecode-asm

Read More
How to view Bytecode spring framework generated proxy classes?...


springspring-aopjava-bytecode-asmcglib

Read More
How to implement "throws InterrruptedException" with ASM?...


javaexceptionbytecodejava-bytecode-asm

Read More
How to provide MapStruct Mapping annotation mapping meta data at runtime...


javaannotationsjava-bytecode-asmmapstructannotation-processing

Read More
Embed the existing code of a method in a try-finally block (2)...


javabytecodeinstrumentationjava-bytecode-asmbytecode-manipulation

Read More
BackNext