Reputation: 114
How can I extract all the string literal from java/kotlin byte code using ow2 asm library?
I am currently using gradle's Instrumentation API + asm library to parse the bytecode. I am not able to understand asm documentation very well and I need to extract all the string literal from the bytecode and replace them with a function call.
Upvotes: 0
Views: 47