Search code examples
Bytecode manipulation patterns...


javabytecodebytecode-manipulation

Read More
Adding jar file to instrumentation path...


javajarinstrumentationbytecode-manipulation

Read More
How to get references in ASM?...


javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Beam bytecode instructions...


erlangbytecodebytecode-manipulation

Read More
Attach proxy to an existing object?...


javaproxyjavassistbytecode-manipulation

Read More
JDI, Java Byte code instrumentation and Java agents (JWDP, JVMTI)...


javabytecode-manipulationjavaagentsjvmtijdi

Read More
Splitting InsnList into basic blocks...


javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Selecting and modifying `if` statement with ASM...


javajava-bytecode-asmbytecode-manipulation

Read More
How to rewrite visitMethod to merge two classes into one class using ASM...


javajava-bytecode-asmbytecode-manipulation

Read More
Java: list fields used in a method...


javareflectionjava-bytecode-asmbytecode-manipulation

Read More
MethodVisitor throwing ClassFormatError...


javajava-bytecode-asmbytecode-manipulation

Read More
Create method using ASM...


javabytecodejava-bytecode-asmbytecode-manipulation

Read More
Is there any tool to generate the ASM ClassWriter code?...


javabytecodeeclipse-jdtjava-bytecode-asmbytecode-manipulation

Read More
Using ASM for bytecode analysis...


javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
When A ClassVisitor's visitMethod will be called in asm?...


javabytecodejava-bytecode-asmbytecode-manipulation

Read More
ASM Tree API: Using LDC to load a Class<?> constant...


javajava-bytecode-asmbytecode-manipulation

Read More
invokestatic on static method in interface...


javajvmjava-8bytecodebytecode-manipulation

Read More
Code modification with Javassist generate a java.lang.VerifyError: Expecting to find integer on stac...


javabytecodejavassistbytecode-manipulation

Read More
How does ldc turn a sequence of characters into a String object?...


jvmbytecodebytecode-manipulation

Read More
Java: What classes can not be transformed by an agent or by MBean?...


javabytecodebytecode-manipulation

Read More
Javassist: Create class that implements generic interface...


javabytecodejavassistbytecode-manipulation

Read More
Get operation data using javassist...


javabytecode-manipulationjavassist

Read More
Java Byte Code manipulation: Adding a method to a jdk abstract class...


javajava-bytecode-asmbytecode-manipulation

Read More
unexpected instructions and parameters for invokevirtual in the inlined method body...


bytecodejava-bytecode-asmbytecode-manipulation

Read More
How to load a constant complex object to a stack using LDCInsnNode in ASM...


bytecodejava-bytecode-asmbytecode-manipulation

Read More
Can an anonymous .class that extends a class (such as an enum) be hacked in such a way as to impleme...


javajvmbytecode-manipulation

Read More
Inconsistent stack height 0 != 1...


javabytecodebytecode-manipulation

Read More
Adding a parameter to function in Java Bytecode...


javabytecodejava-bytecode-asmbytecode-manipulation

Read More
Modifying python pytecode...


pythonpython-2.7bytecode-manipulation

Read More
How method-based JIT compiler handles class field members...


compiler-constructioncompilationbytecodejitbytecode-manipulation

Read More
BackNext