proxmark3/client/cliparser
2020-04-12 21:23:52 +02:00
..
argtable3.c revert 2020-03-29 07:48:01 +02:00
argtable3.h Chg: fixes from original repo 2020-01-09 19:26:12 +01:00
cliparser.c fix: no error message when para was zero 2020-04-12 21:23:52 +02:00
cliparser.h Chg: fixes from original repo 2020-01-09 19:26:12 +01: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