forked from ikarus23/MifareClassicTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
42 lines (27 loc) · 1.34 KB
/
TODO.txt
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
TODO (Maybe outdated):
() = Just a "todo" (= LOW in source code)
(+) = Important (= TODO in source code)
(++) = Very important (= FIXME in source code)
(++) Create key map for a list sectors (not for a range of sectors).
(+) Quick read (and dump) tags.
Choose key files -> Map keys to sectors of the first tag
-> Remember this key map for the next tags to read them
as quick as possible -> dump the tags with time stamp.
(+) Decode the Mifare Application Directory (MAD) of a tag.
(+) Display blanks between hexbytes in the dump editor view
for better reading.
(+) Test Application with Mifare Classic 2k Tags.
() A feature to compare two dumps.
() Send raw ISO 14443A commands.
(This can not be done easily! A custom patched libnfc-nxp is needed.)
() Change manufacturer block of Magic Chinese Cards
(This can not be done easily! A custom patched libnfc-nxp is needed.)
() Import key files from any location on the device.
() Use XML to save dumps.
Tagging lines with symbols like "+" is a ugly hack.
() Pass better objects between activities (via intent)
then a stringblobb separated by new line.
Each occurrence of this issue is marked in the source code.
(See http://stackoverflow.com/a/2141166)
() The key map creator activity should return the key map
in intent extra.