]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
FIX: hf mf eload - now supports specifying 0,1,2,4 in card memory for the file to...
[proxmark3-svn] / client / data.h
index e3a4cbdaad8e5622e1370742b90c5efd0a7ef958..eead3fa83eb992687ed5cbcb64e8dc530a860ab3 100644 (file)
 
 #include <stdint.h>
 
+#define FILE_PATH_SIZE 1000
 #define SAMPLE_BUFFER_SIZE 64
 
-extern uint8_t sample_buf[SAMPLE_BUFFER_SIZE];
+extern uint8_t* sample_buf;
+extern size_t sample_buf_len;
 #define arraylen(x) (sizeof(x)/sizeof((x)[0]))
 
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
Impressum, Datenschutz