proxmark3/client/deps/cliparser
2025-03-25 12:34:00 +01:00
..
argtable3.c some extra NULL checks to please cppchecker 2025-03-25 12:34:00 +01:00
argtable3.h typos 2021-10-10 01:35:45 +02:00
cliparser.c style 2025-03-12 16:48:30 +01:00
cliparser.h Changed CLI max string argument length limit from 512 to 4096. data asn1 now handles 2048 hex bytes input 2023-03-12 09:53:23 +01:00
getopt.h
Makefile
README.md

Command line parser

cliparser - library 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