Commit Graph

19731 Commits

Author SHA1 Message Date
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 472d2e9330 armsrc/sam_common.c: fix sam_append_asn1_node 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
Jakub Kramarz 661b7bad22 armsrc/sam_picopass.c: extract common routines to sam_common.c 2025-01-07 00:04:48 +01:00
Jakub Kramarz 032619c1f3 armsrc/ticks.c: disable TC2 on StopTicks (may be enabled by StartCountSspClk) 2025-01-07 00:04:48 +01:00
Iceman 405c48424f Merge pull request #2707 from evildaemond/master
Added SEOS Support
2025-01-06 23:23:44 +01:00
Adam Jon Foster df2cf0a948 Added SEOS Support
Added generic SEOS Support with the following commands;
- `hf seos info` (slightly improved from the original
- `hf seos pacs` (return the SIO value from the default ADF and default tag)
- `hf seos adf ` (send a get data request to an ADF with a custom tag list)
- `hf seos gdf` (make a request for a GDF based upon a command found in their docs)
- `hf seos managekeys` (manage your own keys used for SEOS commands)

You still need keys to use this commandset, this does not have any keys and is theoretical at this stage until someone tests it with the keys.

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2025-01-07 06:17:37 +08:00
iceman1001 5b5f1722b0 minor changes with init and doubleing the EMRTD_MAX_FILE_SIZE to 70 000 bytes. Which might help for some files 2025-01-06 17:56:01 +01:00
Iceman aa84e5ca8f Merge pull request #2706 from csBlueChip/rf08s_full_v1-4
Revise "full" recovery script
2025-01-05 20:38:11 +01:00
BlueChip 86a7f8b495 Revise 'RF08S_full' script to NOT attempt to recover a card it does not support (v1.4) 2025-01-05 16:18:06 +00:00
Philippe Teuwen 917be92afc typos 2025-01-05 14:27:14 +01:00
Philippe Teuwen c07b9f740d Add SLIX2 sample to recover_pk.py 2025-01-05 14:25:31 +01:00
iceman1001 2585a77403 fixed buffer overflow and swapped parameter to "suffix" since its not a output file name 2025-01-05 13:12:34 +01:00
iceman1001 45b3929b20 maur 2025-01-04 22:57:53 +01:00
Iceman 73b3b4d3be Merge pull request #2703 from zxkmm/custom_write_file_name_tail
Add custom suffix for hf mf autopwn to -o argument
2025-01-04 16:01:17 +01:00
zxkmm b997a91cd5 remove long name from sheet 2025-01-04 23:00:18 +08:00
zxkmm 4f6bcb2198 not use long argument 2025-01-04 22:56:11 +08:00
zxkmm 4b5913cc7c check len instead of the actual buffer as per iceman request 2025-01-04 22:52:05 +08:00
zxkmm 964d011b22 edit changelog per iceman request 2025-01-04 22:49:25 +08:00
zxkmm be766fbe3b changelog 2025-01-04 21:24:10 +08:00
zxkmm 8f724b1f41 document - textual 2025-01-04 21:16:35 +08:00
zxkmm 8f2b48a778 add -o argument for hf mf autopwn 2025-01-04 21:14:20 +08:00
iceman1001 17338e2a5f style 2024-12-31 23:35:16 +01:00
Iceman 7843de1988 Merge pull request #2699 from Nya0/hts-restore
lf hitag hts restore & 82xx improvements
2024-12-31 21:40:58 +01:00
Iceman 4b2414f1d5 Merge pull request #2700 from piotrva/extend-spiffs-partition-last-page
Extend SPIFFS partition to last SPI FLASH page
2024-12-31 21:39:31 +01:00
Piotr Rzeszut adadfb7fad Corrected documentation on SPI FLASH memory usage after SPIFFS area extension. 2024-12-29 22:45:50 +01:00
Piotr Rzeszut e3486e57b1 Extend spiffs area to full FLASH array except last two sectors (signature and reserve one for future use) 2024-12-29 22:20:49 +01:00
Piotr Rzeszut 2ccfa187ab Remove unused definitions related to fixed-size SPI flash, improve comments for documentation 2024-12-29 22:19:32 +01:00
Piotr Rzeszut b1ba5b3ea6 Merge branch 'master' into extend-spiffs-partition-last-page 2024-12-29 22:03:21 +01:00
Nya0 6bce80f520 fixed comments 2024-12-29 14:01:30 +03:00
Iceman 2c72db9b54 Merge pull request #2697 from piotrva/move-keys-library-to-spiffs
Move keys library to spiffs
2024-12-28 19:21:35 +01:00
Iceman 7eaab824f5 Merge branch 'master' into move-keys-library-to-spiffs
Signed-off-by: Iceman <iceman@iuse.se>
2024-12-28 19:21:22 +01:00
Iceman 8426ffa9ca Merge pull request #2698 from piotrva/lf-em-410x-sim-default-help-imp
lf em 410x sim - default gap value of 0, extend help
2024-12-28 19:20:00 +01:00
Iceman 9e21f1b070 Merge branch 'master' into lf-em-410x-sim-default-help-imp
Signed-off-by: Iceman <iceman@iuse.se>
2024-12-28 19:19:46 +01:00
iceman1001 afcd57b1a1 identify MIFARE Duox 2024-12-28 19:18:27 +01:00
Nya0 86dc2e427c added to command files 2024-12-28 00:20:36 +03:00
Nya0 6b46a91896 tiny oopsie 2024-12-28 00:09:04 +03:00
Nya0 e72b51e1f7 lf hitag hts restore 2024-12-27 19:15:45 +03:00
Piotr Rzeszut 69606aeb07 Changed lf em 410x sim to use default gap value of 0 and extended help, addressing #2197 2024-12-27 00:28:07 +01:00
Piotr Rzeszut 5261106098 Add spiffs operation checks, update changelog and documentation after moving t55xx configurations 2024-12-26 21:58:30 +01:00
Iceman 59751900f5 Merge branch 'master' into move-keys-library-to-spiffs
Signed-off-by: Iceman <iceman@iuse.se>
2024-12-26 21:16:51 +01:00
Iceman 4012a72043 Merge pull request #2688 from Antiklesys/master
Added hf iclass trbl
2024-12-26 21:15:22 +01:00
Iceman f36d8152c8 Merge branch 'master' into master
Signed-off-by: Iceman <iceman@iuse.se>
2024-12-26 21:15:14 +01:00
Piotr Rzeszut dd17effaab Move T55XX config to spiffs file 2024-12-26 19:46:55 +01:00
Piotr Rzeszut d1db0aa799 Extending SPIFFS into last page of the SPI FLASH 2024-12-26 15:04:05 +01:00
Piotr Rzeszut 4b5d532c9a Revert to strcpy instead of strcpy_s for compatibility. 2024-12-26 04:13:03 +01:00
Piotr Rzeszut 5ed4804044 Fix missing header file for strcpy_s 2024-12-26 04:10:10 +01:00