Antiklesys
7fb5716ea3
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
2025-06-11 01:06:38 +08:00
iceman1001
74f1936132
convert to our calloc instead since we prefer to know allocated shared memory is empty. Also removed a malloc(1) which is just a waste of bytes just like @NVX said a year ago at DefCon
2025-05-25 09:55:32 +02:00
iceman1001
875b3c44b4
unify text - step 1
2025-03-25 10:12:16 +01:00
iceman1001
a2d10d7910
fix cpp warnings
2025-03-21 13:19:01 +01:00
iceman1001
cef07dedf6
code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits
2025-02-21 15:38:33 +01:00
Jakub Kramarz
e05c36d4ea
cmdhfseos: change from SendCommandMix to SendCommandNG
2025-01-27 20:23:23 +01:00
Jakub Kramarz
2464cf60fd
sam_seos, sam_picopass: switch from static allocation to BigBuf
2025-01-27 20:17:44 +01:00
Jakub Kramarz
f3b831ca3e
sam_seos: rename sam_set_card_detected
2025-01-27 20:17:43 +01:00
Jakub Kramarz
b8d5daa77b
sam_common: extract payload copy procedures
2025-01-26 14:36:44 +01:00
Jakub Kramarz
15a37ef9df
seos_sam: ran make style
2025-01-07 00:30:49 +01:00
Jakub Kramarz
508b63fd2e
sam_seos: switch to samCommandGetContentElement2
...
As PLT-03273 OMNIKEY 5023 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5023-software-developer-guide ) describes a command that returns additional information about SIO object containing PACS data, switching to more verbose one.
2025-01-07 00:15:35 +01:00
Jakub Kramarz
0f7574c982
sam_seos: add option to send arbitrary requests
2025-01-07 00:05:41 +01:00
Jakub Kramarz
dfb5fa3de4
armsrc/sam_seos.c: add SoRootOID in sam_request_pacs
...
As described in 5326-903 OMNIKEY 5326 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5326-dfr-developers-guide ). Seems like it should be here since the beginning, but worked fine without.
2025-01-07 00:05:41 +01:00
Jakub Kramarz
c28ddd1d56
armsrc/sam_common.c: type cleanup
2025-01-07 00:05:41 +01:00
Jakub Kramarz
d8ebec6baa
armsrc/sam_seos.c: cleanup in sam_seos_copy_payload_nfc2sam
2025-01-07 00:05:41 +01:00
Jakub Kramarz
7b5ce7fbef
armsrc/sam_seos.c: added support for cards with uid of length != 4
2025-01-07 00:05:41 +01:00
Jakub Kramarz
c08e6c47c8
sam_seos: add suppport for HID SAM communication with SEOS cards, based on bettse/seader project
2025-01-07 00:05:33 +01:00
iceman1001
1f3cf80898
style
2023-10-18 20:34:35 +02:00
iceman1001
efac735bad
added support for HID SAM picopass communications. Nasty array copying but does the trick. Will need refactoring.
2023-10-18 19:59:34 +02:00