List Question
20 TechQA 2024-03-25T18:49:17.257000ASM does not preserve order in the constant pool table
58 views
Asked by AMAN SHARMA
Java ASM edit class/method that is aleready loaded by JVM
41 views
Asked by crazycat256
How can I modify the core api in java ?
118 views
Asked by yicai.liu
With a java ASM agent, how to detect a collection modification in a object?
60 views
Asked by Marcelo D. Ré
How can I make org.objectweb.asm.util.CheckClassAdapter throw an exception instead of printing errors to stderr?
72 views
Asked by Volodya Lombrozo
How to dynamically replace methods with Byte Buddy?
53 views
Asked by LostInCode-dvp
How to find out whether the ASM java instrumentation happens at compile time OR at runtime?
72 views
Asked by maki
How to inject a method into a class at runtime without ASM?
81 views
Asked by ABadHaiku
How is string concatenation handled in Java bytecode compilation?
139 views
Asked by Irfan Latif
Exception when parsing Java 16 bytecode with ASM library
183 views
Asked by Volodya Lombrozo
How to create a transforming class loader
52 views
Asked by asdafadsfadsfdaf
Merging int[] and String[] should result in Object[]
110 views
Asked by Johannes Kuhn
Circular dependency between Gradle tasks when setting up classes to perform bytecode modifications during build
59 views
Asked by bobbyrne01
How to change class reference of a class in the constant pool using ASM library?
42 views
Asked by NO ONE
Detect modified bytecode at runtime
66 views
Asked by shijie xu
Write bytecode to a method with ASM in java
56 views
Asked by Qweru
Android AGP update to 8.x, transform api is Deprecated. I don't know how to do it
195 views
Asked by xiao jinzi
Difference between iload with '_' and without
81 views
Asked by João Reis
How to record visited constants by MethodVisitor in ASM
147 views
Asked by Zihe Ji