-
Notifications
You must be signed in to change notification settings - Fork 2
/
password.json
82 lines (82 loc) · 2.74 KB
/
password.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"password.vram.addr": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d6a1",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ],
"description": [
"-----------------------------------------------------------------",
"set VRAM write and read addresses",
"-----------------------------------------------------------------"
]
},
"ld6c8": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d6c8",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ]
},
"password.store.end": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d6f6",
"size": "3a",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ]
},
"ld766": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d766",
"size": "0f",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ]
},
"password.encode": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d853",
"size": "93",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ],
"description": [
"-----------------------------------------------------------------",
"encode password",
"Have fun decoding them...",
"-----------------------------------------------------------------"
]
},
"password.check": {
"filename": "password.asm",
"type": "code",
"page": "1f",
"logical" : "d730",
"size": "36",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ],
"description": [
"-----------------------------------------------------------------",
"check password",
"-----------------------------------------------------------------"
]
},
"passwords": {
"filename": "password.asm",
"type": "data",
"page": "1f",
"logical": "d198",
"size": "3de",
"mpr": ["ff", "f8", "1b", "1c", "1d", "1e", "1f", 0 ],
"data": { "type":"hex", "element_size": 1, "elements_per_line": 8 },
"description": [
"-----------------------------------------------------------------",
"passwords",
"",
"Only the first 8 bytes of the password string are checked.",
"Note that the strings can be longer. They are separated by $2a.",
"The password list ends with $00.",
"-----------------------------------------------------------------"
]
}
}