]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/mifarehost.h
another "magic card" backdoor - command "read block". Added several commands to manip...
[proxmark3-svn] / client / mifarehost.h
index ec1117e831a9cdd5856d55959754203ab3b53d3e..8241ab70bcdc365d450833beaa2dfac63cbd31d1 100644 (file)
@@ -11,7 +11,6 @@
 #include <stdio.h>\r
 #include <stdlib.h>\r
 #include <unistd.h>\r
-#include <conio.h>\r
 #include "common.h"\r
 #include "cmdmain.h"\r
 #include "ui.h"\r
 #define MEM_CHUNK               1000000\r
 #define NESTED_SECTOR_RETRY     10\r
 \r
+// mfCSetBlock work flags\r
+#define CSETBLOCK_UID                                  0x01\r
+#define CSETBLOCK_WUPC                                 0x02\r
+#define CSETBLOCK_HALT                                 0x04\r
+#define CSETBLOCK_INIT_FIELD           0x08\r
+#define CSETBLOCK_RESET_FIELD          0x10\r
+#define CSETBLOCK_SINGLE_OPER          0x1F\r
+\r
 typedef struct fnVector { uint8_t blockNo, keyType; uint32_t uid, nt, ks1; } fnVector;\r
 \r
 typedef struct {\r
@@ -43,4 +50,8 @@ typedef struct {
 \r
 int mfnested(uint8_t blockNo, uint8_t keyType, uint8_t * key, uint8_t trgBlockNo, uint8_t trgKeyType, uint8_t * ResultKeys);\r
 int mfCheckKeys (uint8_t blockNo, uint8_t keyType, uint8_t keycnt, uint8_t * keyBlock, uint64_t * key);\r
-\r
+int mfEmlGetMem(uint8_t *data, int blockNum, int blocksCount);\r
+int mfEmlSetMem(uint8_t *data, int blockNum, int blocksCount);\r
+int mfCSetUID(uint8_t *uid, uint8_t *oldUID, int wantWipe);\r
+int mfCSetBlock(uint8_t blockNo, uint8_t *data, uint8_t *uid, int wantWipe, uint8_t params);\r
+int mfCGetBlock(uint8_t blockNo, uint8_t *data, uint8_t params);\r
Impressum, Datenschutz