mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Added hf iclass sam --info
Added hf iclass sam --info command that skips any card communication command and just interacts with the SAM to return: 1- Sam Firmware Version 2- Sam Firmware ID 3- Sam Serial Number
This commit is contained in:
parent
0a4b67bd7e
commit
7fb5716ea3
5 changed files with 94 additions and 12 deletions
|
@ -282,7 +282,7 @@ int sam_seos_get_pacs(PacketCommandNG *c) {
|
|||
StartTicks();
|
||||
|
||||
// step 1: ping SAM
|
||||
sam_get_version();
|
||||
sam_get_version(false);
|
||||
|
||||
if (skipDetect == false) {
|
||||
// step 2: get card information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue