Search code examples
get CtClass using specific ClassLoader...

javaclassloaderjavassistbytecode-manipulationdynamic-class-loaders

Read More
Detect modified bytecode at runtime...

bytecodejava-bytecode-asmbytecode-manipulation

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

javaclassloaderbytecodejava-bytecode-asmbytecode-manipulation

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
What are the dangers of bytecode manipulation (if any)?...

javabytecode-manipulation

Read More
Java method parameters values in ASM...

javajvmbytecodejava-bytecode-asmbytecode-manipulation

Read More
Encoding a .json file for a bytecode vm...

pythonencodebytecode-manipulationvm-implementation

Read More
Resolve a TypeVariable...

javareflectionbytecode-manipulation

Read More
Java Bytecode Manipulation Without External Library...

javabytecode-manipulation

Read More
Bytecode analysis in Java...

javabytecodejava-bytecode-asmbytecode-manipulation

Read More
Class Retransformation with Bytebuddy Agent...

javabyte-buddyjavaagentsbytecode-manipulation

Read More
How can you extend Java to introduce passing by reference?...

javapass-by-referencelanguage-designbytecodebytecode-manipulation

Read More
Accessing the generated code with bytecode manipulation...

javajava-bytecode-asmbytecode-manipulation

Read More
How to express Java Double Array type (fixing disassembled code)...

javaarraysbytecodedisassemblybytecode-manipulation

Read More
Low-overhead tracing function in Python by modify the code object...

pythonmetaprogrammingtracebytecode-manipulationoverhead

Read More
How to generate looping bytecode using Javassist?...

javajavassistbytecode-manipulation

Read More
Incompatible magic value 0 ASM...

javabytecodefileinputstreamjava-bytecode-asmbytecode-manipulation

Read More
Extract the code in a "with" statement and remove it from runtime...

pythoncontextmanagerbytecode-manipulation

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

javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
What is bytecode transformation?...

jvmbytecode-manipulationdagger-hiltjvm-bytecode

Read More
How to augment methods during ByteBuddy transformation?...

javabytecodebyte-buddybytecode-manipulation

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
NoClassDefFoundError after instrumenting code...

javainstrumentationjava-bytecode-asmjavaagentsbytecode-manipulation

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

javabytecodeinstrumentationjava-bytecode-asmbytecode-manipulation

Read More
Can I insert instructions in constructors before calling this() / super() and before initialising an...

javabytecodejava-bytecode-asmbyte-buddybytecode-manipulation

Read More
How to reliably set up post-compilation bytecode enhancement builder in Eclipse?...

eclipsegradlebytecode-manipulationbuildshipbyte-code-enhancement

Read More
How to decorate an existing Java object's method?...

javaapache-flinkbyte-buddybytecode-manipulationjava-assist

Read More
Unpacking class file (bytes) into ASM ClassNode...

javajvmjava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
ASM not reporting constant instructions...

javajvmjava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Common stack-based VM bytecode optimizations?...

cprogramming-languagescompiler-optimizationbytecodebytecode-manipulation

Read More
BackNext