Search code examples
How properly ThreadLocal Context in the ByteBuddy Instrumentation Advice...

instrumentationjava-bytecode-asmbyte-buddythread-localjavaagents

Read More
Bytecode manipulation/enhancement and Java Instrumentation API...

javajava-bytecode-asm

Read More
How to Mix Manual and Automatic Calculation of Max Locals, Max Stack, and Frames in ASM per Method B...

javabytecodejava-bytecode-asm

Read More
Java ClassFileTransformer fails to throw exception...

javainstrumentationjava-bytecode-asmbyte-buddy

Read More
Why does java agent get stuck and not perform any actions?...

javabytecodejava-bytecode-asmjavassistjavaagents

Read More
ASM does not preserve order in the constant pool table...

javajava-bytecode-asm

Read More
Java ASM edit class/method that is aleready loaded by JVM...

javajava-8java-bytecode-asm

Read More
How can I modify the core api in java ?...

javainstrumentationjava-bytecode-asmbyte-buddy

Read More
How can I make org.objectweb.asm.util.CheckClassAdapter throw an exception instead of printing error...

javabytecodejava-bytecode-asm

Read More
How to find out whether the ASM java instrumentation happens at compile time OR at runtime?...

javajvmjava-bytecode-asm

Read More
Exception when parsing Java 16 bytecode with ASM library...

javajava-bytecode-asm

Read More
Merging int[] and String[] should result in Object[]...

javajvmlanguage-lawyerjava-bytecode-asmjvm-bytecode

Read More
java.lang.UnsupportedOperationException: This feature requires ASM8_EXPERIMENTAL...

javamaven-3java-bytecode-asmspring-boot-2java-14

Read More
JVM Verify Error 'Illegal type at constant pool'...

javajvmjava-bytecode-asm

Read More
Detect modified bytecode at runtime...

bytecodejava-bytecode-asmbytecode-manipulation

Read More
try to build a decompiler of java bytecode, and don't know in what case the "stack map fram...

javajava-bytecode-asm

Read More
How to create a local variable with ASM?...

javavariableslocalbytecodejava-bytecode-asm

Read More
Why are my self-written classes / 3-party library classes invisible to JRE classes?...

javabytecodeinstrumentationjava-bytecode-asmjvm-bytecode

Read More
Java ASM ClassReader fails with java.io.IOException: Class not found...

javaclassloaderbytecodejava-bytecode-asmbytecode-manipulation

Read More
Java ASM byte code manipulation to inject code into a method not working...

javaclassloaderjava-bytecode-asmdynamic-class-loaders

Read More
Java ASM method override check...

javabytecodejava-bytecode-asm

Read More
Java ASM: Bad local variable type (dload) Type top (current frame, locals[5]) is not assignable to d...

javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
How define class after byte code transformation with ASM (class file version 0.0)...

javajvmjava-bytecode-asm

Read More
JVM byte code instructions, debug info source file as well as line number...

javajvmjava-bytecode-asmjvm-bytecode

Read More
Why does COMPUTE_FRAMES generate a lot of redundant instructions?...

javajava-bytecode-asmjvm-bytecode

Read More
Java bytecode SWAP for double and long values?...

javajvmjava-bytecode-asm

Read More
Java/ASM: Index 0 out of bounds for length 0 even though list is 1024 elements long...

javaarraysjava-bytecode-asm

Read More
Creating Lambda function instance...

javaclasslambdajvmjava-bytecode-asm

Read More
Java ASM visitMethod access 4161 meaning...

javajarjava-bytecode-asm

Read More
Creating MethodNode fails with IllegalStateException...

javajava-bytecode-asm

Read More
BackNext