List Question
20 TechQA 2023-11-28T08:31:43.673000Java bytecode not in .class file
143 views
Asked by rain 183
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
How to create a transforming class loader
52 views
Asked by asdafadsfadsfdaf
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
Use java agent with manipulated java bytecode (ASM)
133 views
Asked by Jacob van Lingen
Java ASM bytecode manipulation - add code to constructor of a library class
283 views
Asked by rysv
Java ASM ClassReader fails with java.io.IOException: Class not found
300 views
Asked by rysv
Java ASM: Bad local variable type (dload) Type top (current frame, locals[5]) is not assignable to double
354 views
Asked by Tambapps
Use proxies with Hibernate runtime bytecode enhancement
643 views
Asked by Blockost
Java Agent "java.lang.UnsupportedOperationException: class redefinition failed: attempted to change method modifiers"
1k views
Asked by Question_283
Encoding a .json file for a bytecode vm
65 views
Asked by Isaac VinÃcius
Exchange testInstrumentationRunner with a runner derived from class not available at compile time
93 views
Asked by ceedee
visitMethod in MethodVisitor ASM not visiting method in Scala
192 views
Asked by NO ONE
Where to find pyc bytecode structure information
191 views
Asked by Ephreal
Redefining an unloaded class with ByteBuddy
519 views
Asked by user9323254
Class Retransformation with Bytebuddy Agent
453 views
Asked by Hector Lorenzo
Accessing the generated code with bytecode manipulation
78 views
Asked by aminbhst
Low-overhead tracing function in Python by modify the code object
348 views
Asked by Michael Petrochuk