now it needs to resolve issues in reveng

This commit is contained in:
merlokk
2018-10-11 11:48:46 +03:00
parent 3d31272340
commit ab5233d29f
12 changed files with 5786 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# 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](https://github.com/argtable/argtable3/blob/master/LICENSE)