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 Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
error.c Jansson gcc8 fix (#679) 2018-09-22 17:51:13 +02:00
hashtable.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
hashtable.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
hashtable_seed.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
jansson.def Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
jansson.h Emv scan (#691) 2018-10-17 20:53:34 +02:00
jansson_config.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
jansson_config.h.in Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
jansson_private.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
load.c Jansson gcc8 fix (#679) 2018-09-22 17:51:13 +02:00
lookup3.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
Makefile Emv scan (#691) 2018-10-17 20:53:34 +02:00
memory.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
pack_unpack.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
path.c Emv scan (#691) 2018-10-17 20:53:34 +02:00
strbuffer.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
strbuffer.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
strconv.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
utf.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
utf.h Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00
value.c Added loading EMV transaction parameters from json file (#659) 2018-09-18 07:15:34 +02:00