Modify Posted June 29, 2017 Posted June 29, 2017 (edited) Hi, i need help, code insert only int, how to change and insert string. code: MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC, callOwner.name, CALL_NAME, "(I)Ljava/lang/String;", false); // remove (I), show error mn.instructions.set(node, call); mn.instructions.insertBefore(call, getIn(index)); thanks Edited June 29, 2017 by Modify
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now