Top "Bytecode-manipulation" questions

Low level Virtual Machine bytecode manipulations.

Is it possible to view bytecode of Class file?

Possible Duplicate: Is there a java classfile / bytecode editor to edit instructions? Java source code is compiled into bytecode, which …

java bytecode bytecode-manipulation
Is there a java classfile / bytecode editor to edit instructions?

Is there a utility (or eclipse plugin) for editing java class files? I'd like to manipulate the bytecode of a …

java bytecode decompiler bytecode-manipulation .class-file
Change string constant in a compiled class

I need to change a string constant in a deployed Java program, i.e. the value inside the compiled .class-files. …

java constants bytecode-manipulation .class-file
Is it possible to inject code in an android application?

I would like to inject code in an android application at runtime. I have tried to use dx tool to …

android bytecode dalvik bytecode-manipulation
Dynamic Java Bytecode Manipulation Framework Comparison

There are some frameworks out there for dynamic bytecode generation, manipulation and weaving (BCEL, CGLIB, javassist, ASM, MPS). I want …

java-bytecode-asm javassist cglib bytecode-manipulation jvm-bytecode