StackOverflow Questions for Tag: bytecode-manipulation

SoT
SoT

Reputation: 1213

How to make an existing class (present in jar file) implement Serializable at runtime (by javassist, bytebuddy, etc)?

Score: 2

Views: 88

Answers: 1

Read More
Avner Levy
Avner Levy

Reputation: 6751

Adding programmatic annotations to a Java class

Score: 6

Views: 2919

Answers: 5

Read More
rysv
rysv

Reputation: 3440

How to ensure instrumented class is packaged in the APK

Score: 0

Views: 16

Answers: 0

Read More
Snicolas
Snicolas

Reputation: 38168

Is jack and jill for android compatible with byte code weaving?

Score: 4

Views: 483

Answers: 2

Read More
Instein
Instein

Reputation: 3564

"LinkageError: attempted duplicate class definition" when dynamically instrumenting java classes with ASM

Score: 0

Views: 1519

Answers: 2

Read More
Vikas Yadav
Vikas Yadav

Reputation: 11

Is there a way to generate invokedynamic bytecode using BCEL?

Score: 1

Views: 29

Answers: 0

Read More
rain 183
rain 183

Reputation: 17

Java bytecode not in .class file

Score: 0

Views: 139

Answers: 2

Read More
ABadHaiku
ABadHaiku

Reputation: 109

How to inject a method into a class at runtime without ASM?

Score: 0

Views: 112

Answers: 0

Read More
Irfan Latif
Irfan Latif

Reputation: 667

How is string concatenation handled in Java bytecode compilation?

Score: 0

Views: 201

Answers: 1

Read More
dan1st
dan1st

Reputation: 16457

get CtClass using specific ClassLoader

Score: 3

Views: 660

Answers: 1

Read More
asdafadsfadsfdaf
asdafadsfadsfdaf

Reputation: 43

How to create a transforming class loader

Score: 0

Views: 82

Answers: 0

Read More
shijie xu
shijie xu

Reputation: 2097

Detect modified bytecode at runtime

Score: 1

Views: 90

Answers: 1

Read More
Jacob van Lingen
Jacob van Lingen

Reputation: 9567

Use java agent with manipulated java bytecode (ASM)

Score: 0

Views: 321

Answers: 1

Read More
rysv
rysv

Reputation: 3440

Java ASM bytecode manipulation - add code to constructor of a library class

Score: 0

Views: 379

Answers: 0

Read More
rysv
rysv

Reputation: 3440

Java ASM ClassReader fails with java.io.IOException: Class not found

Score: 0

Views: 599

Answers: 1

Read More
Blockost
Blockost

Reputation: 583

Use proxies with Hibernate runtime bytecode enhancement

Score: 3

Views: 1084

Answers: 1

Read More
Tambapps
Tambapps

Reputation: 23

Java ASM: Bad local variable type (dload) Type top (current frame, locals[5]) is not assignable to double

Score: 0

Views: 582

Answers: 1

Read More
Question_283
Question_283

Reputation: 21

Java Agent "java.lang.UnsupportedOperationException: class redefinition failed: attempted to change method modifiers"

Score: 0

Views: 1670

Answers: 0

Read More
Tony the Pony
Tony the Pony

Reputation: 41427

What are the dangers of bytecode manipulation (if any)?

Score: 3

Views: 691

Answers: 2

Read More
Adel
Adel

Reputation: 451

Java method parameters values in ASM

Score: 10

Views: 6637

Answers: 2

Read More
PreviousPage 1Next