proxmark3/client/jansson
Oleg Moiseenko 95b697f017 Emv scan (#691)
* added `hf emv scan` command and options
* add tlv tag save to json
* added tlv tree navigation
* added kernel id and moved some parts of code in ppse
* save gpo result
* added read records
* extract childs from tlv works
* added application data list
* added work with application data section
* flag --extract works
* refactoring: move json functions to emvjson.h/c
* added path.c to jansson
* refactoring: move ParamLoadFromJson
* refactoring: move defparams.json to tag-name-value structure
* refactoring and add key recovering
* added some codes to appdata list
* refactoring: process response format 1 from GPO
* added save mode
* added RID to app data
* add file name handling and small refactoring in argtable string processing
* added finalization logic to `emv scan` and option to remove hash checking in key recovery
2018-10-17 20:53:34 +02:00
..
dump.c
error.c Jansson gcc8 fix (#679) 2018-09-22 17:51:13 +02:00
hashtable.c
hashtable.h
hashtable_seed.c
jansson.def
jansson.h Emv scan (#691) 2018-10-17 20:53:34 +02:00
jansson_config.h
jansson_config.h.in
jansson_private.h
load.c Jansson gcc8 fix (#679) 2018-09-22 17:51:13 +02:00
lookup3.h
Makefile Emv scan (#691) 2018-10-17 20:53:34 +02:00
memory.c
pack_unpack.c
path.c Emv scan (#691) 2018-10-17 20:53:34 +02:00
strbuffer.c
strbuffer.h
strconv.c
utf.c
utf.h
value.c