This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Parameters | |
| 3=0 | |
| 2=true | |
| 1=369 | |
| 7=false | |
| 6=0 | |
| 5=5 | |
| 4=http://www.runescape.com/slr.ws?order=LPWM | |
| 9=0 | |
| 8=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| InsnPattern base = new InsnPattern( | |
| new IntInsn(6), | |
| new Insn(Opcodes.ISUB), | |
| new FieldInsn(Opcodes.PUTSTATIC, "I"), | |
| new IntInsn(6), | |
| new Insn(Opcodes.ISUB), | |
| new FieldInsn(Opcodes.PUTSTATIC, "I") | |
| ); | |
| base.debug(); // output shown below |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //block 1 | |
| this.g = new bx(); | |
| this.g.g(var1); | |
| this.m = new bx(); | |
| this.m.g(var1); | |
| // change option | |
| int var2 = var1.aw((short) 7546); | |
| if (var2 != 0) { | |
| // block 2 | |
| var1.n -= -537879929; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HexzZKfHJvJgytlpRwjAv/p+MYO5EQol6cXfUTwfPacSDSrj5zJdMewmlRhIqspn0movYrUboiGO | |
| Y3LEDAXTvOjGW0ogcnBVevvYGCoZN8JCEOUdMUTC7a2ijw6m4RFulhsz1SfzgQxhP7s8YQ1Fqcd4 | |
| 3q+9oxSWwPWqSGBV5LJA6DHhocuDerDGyokik+Kp0DbjSCU8hqi74Mwl9n1Jh0ycJ6C/e5PRBlXh | |
| Q0qBUR3+feeGgBcajiPLyhLznCWPMPr2Isq1ndmDhUuEHFMANM7zotMZ6k8lviFI0XHCGSqtJWvp | |
| jltFcUOYbh/Oizauimq8+mTfnAg2SZqCpQ5NV3b6SQounmm3PhKua6Pgj6v9IAX8Om5uNLbHi6iD | |
| b9ZAEDP9OggJzItn4rEvI2QoIoGDbg0UrokLImNI84g7d+h52CEhyOP/ZqBlk3FO2g2rDScfjnFQ | |
| UA89DWhadIVwnDZigUuma0ZMT7Mbge1WIHBjKd/CsHohS8lAEE5kv1kqqjCctQ7Qj0ecbs+W1d+r | |
| ukOPgrRlipNMkA4gLb2ADyhcmahyT1XmjbjPLa1+hbngR5RRzWzuoGNPc+hFI6QHJJa50i+t3neF | |
| vx0JxjnjUWS6LLVqK5jcZsE+lgqmoRTMau292hZBWUJTn8NBv5mBfAPhAGY7MQG4ihHhqtt59VXZ | |
| ZC8WV7wG/osdfcGK6iI9ORGXswbbL+0JQR3AmSdRG5t0KICan7VxEARacjfI7GQ5EZezBtsv7QlB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.revtek.util; | |
| import java.lang.reflect.*; | |
| import java.util.*; | |
| /** | |
| * @author Caleb Whiting | |
| * | |
| * A convenient class for comparing values within objects | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.revtek.util; | |
| import java.lang.reflect.*; | |
| import java.util.*; | |
| /** | |
| * @author Caleb Whiting | |
| */ | |
| public class CompareTest { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private static ConstantPushInstruction nextPush(Instruction[] instructions, int index, int skip) { | |
| for (; index < instructions.length; index++) { | |
| Instruction i = instructions[index]; | |
| if (i.getOpcode() == Constants.BIPUSH || i.getOpcode() == Constants.SIPUSH) { | |
| if (skip == 0) { | |
| return (ConstantPushInstruction) instructions[index]; | |
| } | |
| skip--; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.revtek.javax; | |
| import javax.swing.border.*; | |
| import java.awt.*; | |
| import java.awt.font.*; | |
| import java.util.*; | |
| public class FrameBorder extends AbstractBorder { | |
| @Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.revtek.javax; | |
| import javax.swing.*; | |
| import javax.swing.border.*; | |
| import java.awt.*; | |
| import java.util.*; | |
| import java.util.List; | |
| public class FrameBorder extends AbstractBorder { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.revtek.javax; | |
| import org.w3c.dom.css.*; | |
| import javax.swing.*; | |
| import javax.swing.border.*; | |
| import java.awt.*; | |
| import java.awt.event.*; | |
| import java.util.*; | |
| import java.util.List; |