proxmark3/client/cliparser
2019-10-05 23:56:19 +02:00
..
argtable3.c fix few printf arg types 2019-10-05 23:56:19 +02:00
argtable3.h arg names 2019-04-06 21:46:00 +02:00
cliparser.c summer restructuring: 2019-08-11 21:42:01 +02:00
cliparser.h summer restructuring: 2019-08-11 21:42:01 +02:00
getopt.h good const, bad const, fixing -Wincompatible-pointer-types-discards-qualifiers 2019-04-10 10:21:42 +02:00
README.md now it needs to resolve issues in reveng 2018-10-11 11:48:46 +03: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