Posted June 29, 20178 yr 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, 20178 yr by Modify
Create an account or sign in to comment