mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
3c9a19d4c1
It was an attempt to solve the mysterious reveng getopt bug
but it brings more troubles and throws away multi-platform pm3 tuning
This reverts commit
|
||
---|---|---|
.. | ||
argtable3.c | ||
argtable3.h | ||
cliparser.c | ||
cliparser.h | ||
getopt.h | ||
Makefile | ||
README.md |
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