]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
CHG: Added calling clear bigbuff to zero out it also, instead of just "free" it.
[proxmark3-svn] / client / data.h
index e3a4cbdaad8e5622e1370742b90c5efd0a7ef958..201aba04697362b3a6446be78d19b642323e5fc8 100644 (file)
 
 #include <stdint.h>
 
-#define SAMPLE_BUFFER_SIZE 64
+#define FILE_PATH_SIZE 1000
 
-extern uint8_t sample_buf[SAMPLE_BUFFER_SIZE];
+extern uint8_t* sample_buf;
 #define arraylen(x) (sizeof(x)/sizeof((x)[0]))
 
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
 #endif
Impressum, Datenschutz