]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/protocols.h
add: Topaz mode for "hf 14a raw" (new option -T)
[proxmark3-svn] / common / protocols.h
index e687ca7a490d48587f036a1aa65fd4617153f73d..b0f1657094aa5754b5e0529c4361b319e9d3a80e 100644 (file)
@@ -176,6 +176,11 @@ NXP/Philips CUSTOM COMMANDS
 #define        TOPAZ_READ                                              0x01    // Read (a single byte)
 #define        TOPAZ_WRITE_E                                   0x53    // Write-with-erase (a single byte)
 #define        TOPAZ_WRITE_NE                                  0x1a    // Write-no-erase (a single byte)
+// additional commands for Dynamic Memory Model
+#define TOPAZ_RSEG                                             0x10    // Read segment
+#define TOPAZ_READ8                                            0x02    // Read (eight bytes)
+#define TOPAZ_WRITE_E8                                 0x54    // Write-with-erase (eight bytes)
+#define TOPAZ_WRITE_NE8                                        0x1B    // Write-no-erase (eight bytes)
 
 
 #define ISO_14443A     0
Impressum, Datenschutz