Search code examples
Injecting code in an existing method using BCEL...


javabytecodebytecode-manipulationbceldacapo

Read More
Is there a bytecode back-end (like LLVM) that has a tool to translate the assembled bytecode into ma...


compiler-constructionllvmbytecode-manipulation

Read More
How ASM checks maximum stack size when duplicating operand stack (DUP_X1 and DUP operands)...


javabytecodejava-bytecode-asmbytecode-manipulation

Read More
Calling method of object after every putfield operations using bytecode manipulation library ASM...


javareverse-engineeringinstrumentationjava-bytecode-asmbytecode-manipulation

Read More
Tracing method invocation arguments in bytecode using ASM...


javajava-bytecode-asmbytecode-manipulation

Read More
Elegant way to repace the (Class-)Type of an Instance in Java bytecode...


javabytecodebytecode-manipulation

Read More
Intercepting field access using Javassist or ASM...


javajava-bytecode-asmjavassistbytecode-manipulation

Read More
Transforming calling method parameters...


javajava-bytecode-asmbytecode-manipulation

Read More
combine multiple java method bytecode sequence...


bytecodejava-bytecode-asmbytecode-manipulation

Read More
Why Jsp pages are not directly converted to bytecode?...


jspservletsbytecode-manipulation

Read More
Modify method body with ASM result "Exceeded max stack size during"...


javabytecodejava-bytecode-asmbytecode-manipulation

Read More
is it possible to remove jumps with final boolean on java jit?...


javajvmjava-bytecode-asmjvm-hotspotbytecode-manipulation

Read More
How to inject bytecode to a compiled java program without using tools?...


javabytecodecode-injectionbytecode-manipulation

Read More
JPEG file size markers, inserting bytes, IPTC metadata...


metadatabytejpegbytecode-manipulationiptc

Read More
Can one re-generate Java Stackmaps automatically?...


javabytecode-manipulation

Read More
How to change value of a static field using BCEL?...


javabytecodebytecode-manipulationbcel

Read More
refractoring java bytecode...


javajava-bytecode-asmbytecode-manipulation

Read More
Add field to Proxy class created with Javassist...


javajavassistbytecode-manipulation

Read More
Why doesn't the Java 7 byteode verifier choke on this?...


javabytecodebytecode-manipulation

Read More
Is there a python function to generate the byte code for python code strings?...


pythonbytecodebuilt-inbytecode-manipulation

Read More
Bytecode manipulation manifest entries...


javainstrumentationbytecode-manipulationjavaagents

Read More
How to replace a method return type?...


javajava-bytecode-asmbytecode-manipulation

Read More
java.lang.VerifyError with usage of visitJumpInsn...


bytecodeinstrumentationjava-bytecode-asmbytecode-manipulation

Read More
Is it possible to change strings (content and size) in Lua bytecode so that it will still be correct...


stringluasizebytecodebytecode-manipulation

Read More
ASM: outputting java bytecode and opcode...


javajava-bytecode-asmopcodebytecode-manipulation

Read More
Request for more information on ASM OPCodes...


bytecodejava-bytecode-asmbytecode-manipulation

Read More
Create new object using ASM...


bytecodejava-bytecode-asmbytecode-manipulation

Read More
Java.lang.verifyError : Does dalvik support overlapping bycodes?...


androiddalvikoverlappingbytecode-manipulation

Read More
Java Bytecode manipulation - licensing issues?...


javaassemblylicensingbytecode-manipulation

Read More
Why do indexes to constantpool take up different amount of bytes in classfile format...


javabytecodebytecode-manipulation

Read More
BackNext