mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Switch hf 15 sim
to use image in emulator memory.
This commit is contained in:
parent
03fa757395
commit
d79bd5b6b8
5 changed files with 9 additions and 53 deletions
|
@ -27,10 +27,6 @@
|
|||
|
||||
#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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue