proxmark3/client/cliparser
Oleg Moiseenko c8a0f55031 Mfp read plain (#704)
* added aes-cmac-128
* aes-cmac added to cryptosystem. not works(
2018-10-26 19:18:53 +02:00
..
argtable3.c implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00
argtable3.h implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00
cliparser.c Mfp commands (#698) 2018-10-24 18:58:12 +02:00
cliparser.h Mfp read plain (#704) 2018-10-26 19:18:53 +02:00
README.md implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00

Command line parser

cliparser - librari for proxmark with command line parsing high level functions.

External libraries:

argtable

Argtable3 is a single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.

You can download argtable3 from this repository https://github.com/argtable/argtable3

argtable3 license