Search code examples
Does JAXB use bytecode instrumentation?...

javajaxbbytecode-manipulation

Read More
ASM Java replace method call instruction...

javajava-bytecode-asmbytecode-manipulation

Read More
Any way to regenerate stackmap from byte code?...

javabytecodejava-bytecode-asmbytecode-manipulation

Read More
How to access runtime information in @Advice.OnMethodEnter/Exit ?...

javabytecode-manipulationbyte-buddy

Read More
Is there a java classfile / bytecode editor to edit instructions?...

javabytecodedecompilerbytecode-manipulation.class-file

Read More
ASM Java bycode muniplation changing a class name...

javabytecodejava-bytecode-asmbytecode-manipulation

Read More
classPool.get(className) throws RuntimeException cannot find class...

bytecodejava-bytecode-asmjavassistbytecode-manipulationjavaagents

Read More
Javassist seems to generate invalid field access code...

javajavassistbytecode-manipulation

Read More
How to remove method body at runtime with ASM 5.2...

javajava-bytecode-asmbytecode-manipulation

Read More
Call superclass method from interceptor bytebuddy...

javabytecode-manipulationbyte-buddy

Read More
Reference vs. Precise Reference in Dalvik Verifier...

androidbytecodedalvikbytecode-manipulationsmali

Read More
Dynamically generate a single function (without subfunctions), representing a binary expression tree...

javabinary-treebytecode-manipulationbyte-buddy

Read More
Create a class constructor from scratch in ByteBuddy...

javabytecode-manipulationbyte-buddy

Read More
How to copy resource files in classes folder with gradle?...

javagradlebytecode-manipulationbyte-code-enhancement

Read More
Intercept constructors during rebase in ByteBuddy...

javabytecodebytecode-manipulationbyte-buddy

Read More
Transform classes / methods by annotations...

androidannotationsdexbytecode-manipulation

Read More
JVMTI RetransformClasses() is taking a lot of time...

javaperformancejvm-hotspotbytecode-manipulationjvmti

Read More
Dynamic Bytecode Instrumentation fails without any error...

instrumentationjvm-hotspotbytecode-manipulationjvmti

Read More
Generate code that implements JSR 308 "instanceof @MyAnotations" runtime check...

javaannotationscode-generationbytecode-manipulationannotation-processing

Read More
How to get a class file (in specification format) during runtime using JVMTI?...

javabytecode-manipulationjvmtijvm-bytecode

Read More
ClassWriter COMPUTE_FRAMES in ASM...

javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Inserting bytes in the middle of binary file...

c#arraysbytecode-manipulationiptc

Read More
How to make a copy of a Java class in runtime?...

javacode-generationbytecodebytecode-manipulation

Read More
How does one create an ASM LdcInsnNode that statically adds the current class to the stack?...

javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
How to add new instrumented methods to intelliJ auto-complete?...

javaintellij-ideainstrumentationbytecode-manipulationjavaagents

Read More
Java Bytecode Manipulation and Java reflection API?...

javareflectionjavassistbytecode-manipulation

Read More
How to create a dynamic proxy using ByteBuddy...

javaproxybytecode-manipulationbyte-buddyjvm-bytecode

Read More
Get InputStream of a class that is dynamically created (using bytecode)?...

javaclassloaderbytecodebytecode-manipulation

Read More
How to count local variable indexes in MethodVariableAccess?...

javabytecode-manipulationbyte-buddyjvm-bytecode

Read More
Getting verify error when working with asm java...

javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
BackNext