- unsigned char onejump[] =
- "AA\x81\x80\x00\x01\x00\x00\x00\x00\x00\x00"
- "\x02hh\xc0\x15\x00\x01\x00\x01\x05zBCDE\x00";
- unsigned char badjump[] = {
- 'A', 'A', 0x81, 0x80, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0xfe, 0xcc, 0x00, 0x01, 0x00, 0x01 };
- unsigned char badjump2[] = {
- 'A', 'A', 0x81, 0x80, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x02, 'B', 'A', 0xfe, 0xcc, 0x00, 0x01, 0x00, 0x01 };
- unsigned char *jumper;