Posted January 24, 201411 yr I'm trying to use runtime bytecode manipulation w/ help of ASM API. Is there a list of original class names (e.g. aaa.class, aab.class) TL;DR(which it shouldn't be): I'm trying to create a coremod, and need to know the class names originally (aaa.class) etc.
January 25, 201411 yr In IClassTransformer, use "transform(String,String, byte[])" second argument, not the first one, to identify classes.
January 25, 201411 yr Author I know diesieben was trying to tell me the second parameter in my transform[] method, but I was trying to ask how do you "USE" it.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.