Search code examples
Restrict lambdas on certain interfaces...

javajvmjvm-bytecode

Read More
ASM parameter numbering...

javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
How to interprete this disassembled line by using dedexer?...

androiddalvikdexjvm-bytecodejasmin

Read More
"throws" and "annotation for exception" in Dalvik bytecode...

androiddalvikjava-bytecode-asmjvm-bytecodejasmin

Read More
Jasmin ByteCode Storing a String...

stringjvm-bytecodejasmin

Read More
How to generate bytecode for if-else statement...

if-statementantlrbytecodejasminjvm-bytecode

Read More
Does adding enumerators into Java enum break ABI?...

javajvmabijlsjvm-bytecode

Read More
Get MethodHandle from lambda object...

javareflectionlambdajvm-bytecode

Read More
Can I recompile a public API with a sub-interface and keep binary compatibility?...

javaoopbinary-compatibilityjvm-bytecode

Read More
Java bytecode: local variables table vs on-stack calculation...

javajvmjvm-bytecode

Read More
Reversed if condition in java bytecode...

javajvm-bytecode

Read More
Writing languages for the JVM...

javacompiler-constructionjvmjvm-bytecode

Read More
Valid unusable constant pool index...

javajvmbytecodejvm-bytecode

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
Android bytecode: value of some variables not defined...

androidreverse-engineeringbytecodejvm-bytecode

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 create a dynamic proxy using ByteBuddy...

javaproxybytecode-manipulationbyte-buddyjvm-bytecode

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
Define multiple classes at runtime using Unsafe.defineClass...

javainstrumentationunsafeverifyerrorjvm-bytecode

Read More
Memory Allocation in Java for Parameters...

javajvmlanguage-lawyerjvm-bytecode

Read More
ByteBuddy: java.lang.IllegalArgumentException: Cannot attach undefined variable: V...

javabytecodebyte-buddyjvm-bytecode

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

javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Is there a clever way to determine the length of Java bytecode instructions?...

javajvmjvm-bytecode

Read More
How to ensure evaluation order and formal parameter order for named argument lists?...

algorithmcompiler-constructionassociationspostfix-notationjvm-bytecode

Read More
Splitting InsnList into basic blocks...

javajava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
Status of JSR/RET in JVM spec...

javajvmopcodefinallyjvm-bytecode

Read More
Java constant pool removal at runtime...

javajvmclass-constantsjvm-bytecode

Read More
Can operand stack size differ at given instruction depending on execution history?...

javabytecodejvm-bytecode

Read More
BackNext