I am new to ASM(byte code manipulation kit) and am using it to instrument java byte code. I want to access the methods of a class and change their access modifiers using ASM. Does someone have an idea about how to achieve this? I know that calling visitMethod would help but do not know how to do that exactly Any information on this would be helpful. Thank you.

link|improve this question
Thank you so much. Also, if I would like to just print all the methods, how do I do that? Thanks once again.. – ashley Oct 22 '10 at 2:47
feedback

1 Answer

http://download.forge.objectweb.org/asm/asm-guide.pdf

See pages 16 and 22.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.