]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
update hf mf sim x attack mode - start 10byte uid..
[proxmark3-svn] / client / util.h
index fd48a26f57dd5f79923235707f9a07b12dd191b5..1b6b2fb1d1435e5702b89f5dc861df111711c8aa 100644 (file)
@@ -14,7 +14,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <time.h>
-#include "data.h"  //for FILE_PATH_SIZE
+#include "data.h"    //for FILE_PATH_SIZE
 
 #ifndef ROTR
 # define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))
@@ -70,4 +70,5 @@ void wiegand_add_parity(uint8_t *target, uint8_t *source, uint8_t length);
 
 void xor(unsigned char *dst, unsigned char *src, size_t len);
 int32_t le24toh(uint8_t data[3]);
+uint32_t le32toh (uint8_t *data);
 void rol(uint8_t *data, const size_t len);
Impressum, Datenschutz