mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Enhance simulation of ISO15693 devices.
This adds the following things: - support for reading multiple blocks, - configurable block size, - ability to provide a memory image.
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
|
||||
#define PM3_CMD_DATA_SIZE 512
|
||||
#define PM3_CMD_DATA_SIZE_MIX ( PM3_CMD_DATA_SIZE - 3 * sizeof(uint64_t) )
|
||||
/* To be used for commands with a big blob of data along with some other data (for which 32 bytes
|
||||
* is put aside, so if there is more of it this is unsuitable).
|
||||
*/
|
||||
#define PM3_CMD_BLOB_SIZE ( PM3_CMD_DATA_SIZE - 32 )
|
||||
|
||||
typedef struct {
|
||||
uint64_t cmd;
|
||||
|
||||
Reference in New Issue
Block a user