libfreefare/TODO

11 lines
527 B
Text
Raw Normal View History

[ ] Enforce valid parameters.
2010-07-03 12:06:34 +02:00
Some functions will cause a crash when called with invalid parameters (e.g.
mifare_classic_authenticate() with a NULL key).
[ ] MAD and MifareApplication functions are tied to mifare_clasic_* ones and
2010-07-03 12:06:34 +02:00
some refactoring is required to have a consistent API.
2016-01-18 10:31:22 +01:00
[ ] Refactor examples and have consistent behavior.
Dump to stdout unless -o is specified;
Read from stdin unless a file is specified;
Humanize dumps with a -h flag;
Target aquisition is the same in all examples;