I have recently been working with the Java library 'ASM', which is for modification of bytecode at runtime, in case people didn't know, and I have not been able to find a single tutorial on ASM 4. Except the official manual for ASM 4, which referenced ASM classes that didn't even exist.
I am wondering if anyone knows of any tutorials for the library, which cover basic to intermediate things, such as inserting some code into a method.