mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
add: Topaz mode for "hf 14a raw" (new option -T)
chg: allow tracing without parity chg: make "hf list topaz" aware of additional commands for Dynamic Memory Model
This commit is contained in:
parent
05ddb52c43
commit
48ece4a750
7 changed files with 182 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue