mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rename typedef structs
This commit is contained in:
parent
f4f14317e1
commit
437f5f6448
3 changed files with 17 additions and 17 deletions
|
@ -315,9 +315,9 @@ int do_iclass_simulation(int simulationMode, uint8_t *reader_mac_buf) {
|
|||
uint8_t current_page = 0;
|
||||
|
||||
// maintain cipher states for both credit and debit key for each page
|
||||
State cipher_state_KD[8];
|
||||
State cipher_state_KC[8];
|
||||
State *cipher_state = &cipher_state_KD[0];
|
||||
State_t cipher_state_KD[8];
|
||||
State_t cipher_state_KC[8];
|
||||
State_t *cipher_state = &cipher_state_KD[0];
|
||||
|
||||
uint8_t *emulator = BigBuf_get_EM_addr();
|
||||
uint8_t *csn = emulator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue