add: emv changes from pm3 offical.

This commit is contained in:
iceman1001 2017-11-25 03:28:02 +01:00
commit 13ffd7bf97
8 changed files with 574 additions and 16 deletions

View file

@ -18,8 +18,10 @@
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f);
void dump_buffer(const unsigned char *ptr, size_t len, FILE *f, int level);
void dump_buffer_tab(const unsigned char *ptr, size_t len, FILE *f, int tabs);
#endif