mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Updated hf iclass legrec arm side and added custom key to dictionary
Updated hf iclass legrec arm functionality Added new custom standard key to the repository Todo: Improve keygen algorithm efficiency
This commit is contained in:
parent
41a43bc85c
commit
d6f8f9db4a
3 changed files with 213 additions and 145 deletions
|
@ -71,6 +71,5 @@ bool authenticate_iclass_tag(iclass_auth_req_t *payload, picopass_hdr_t *hdr, ui
|
|||
uint8_t get_pagemap(const picopass_hdr_t *hdr);
|
||||
void iclass_send_as_reader(uint8_t *frame, int len, uint32_t *start_time, uint32_t *end_time, bool shallow_mod);
|
||||
|
||||
void generate_single_key_block_inverted(const uint8_t *startingKey, uint32_t index, uint8_t *keyBlock);
|
||||
void iClass_Recover(iclass_recover_req_t *msg);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue