Skip to content

Instantly share code, notes, and snippets.

@kasuganosora
Last active December 4, 2021 09:00
Show Gist options
  • Save kasuganosora/968c639efd7361873987154a4ea6baba to your computer and use it in GitHub Desktop.
Save kasuganosora/968c639efd7361873987154a4ea6baba to your computer and use it in GitHub Desktop.
Kick DAMA ass
12345678 12345678 12345678 12345678
------------------------------------------
00000001 11111110 01011000 10100111 0x0158
10111010 01110110 11110000 00001111 ?? 这个地址码可能有问题 0xBAF0
00000000 11111111 00100010 11011101 0x0022
01000000 10111111 01011000 10100111 0x4058
00000001 11111110 00110000 11001111 0x0130
10000000 01111111 10111101 01000010 1 ?? 这个最后多了个1 估计是有问题的 0x80BD
00000000 11111111 00110000 11001111 0x0030
00000000 11111111 10110000 01001111 0x00B0
00000000 11111111 11100000 00011111 0x00E0
00000001 11111110 01111000 10000111 0x0178
00000001 11111110 01001000 10110111 0x0148
00000001 11111110 10000000 01111111 0x0180
00000000 11111111 11100010 00011101 0x00E2
00000000 11111111 01100010 10011101 0x062
----- 这里开始重复了
00000001 11111110 01011000 10100111
10111010 01110110 11110000 00001111
@kasuganosora
Copy link
Author

unsigned int codes[] = {
    0x0158,
    0xBAF0,
    0x0022,
    0x4058,
    0x0130,
    0x80BD,
    0x0030,
    0x00B0,
    0x00E0,
    0x0178,
    0x0148,
    0x0180,
    0x00E2,
    0x0062,
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment