Commit Graph

19968 Commits

Author SHA1 Message Date
leecher1337 c71ba4deb8 Merge branch 'RfidResearchGroup:master' into slixlock 2025-03-10 22:48:39 +01:00
iceman1001 ce115598b6 missing input parameter causing client to crash 2025-03-10 16:03:45 +01:00
leecher1337 0e2a02bdf0 Implement new command hf 15 slixprotectpage to do ISO15693_PROTECT_PAGE on slix tags 2025-03-09 11:54:51 +01:00
leecher1337 dbbb20a510 ISO15693 code cleanup: Use ISO15693 command defines for commands, not hardcoded values. 2025-03-08 21:51:10 +01:00
Iceman 9910a5fee6 Merge pull request #2772 from jmichelp/master
Fix wiegand InnerRange56
2025-03-08 19:39:38 +01:00
Jean-Michel Picod d5a1248862 Fix wiegand InnerRange56 2025-03-05 17:25:45 +01:00
iceman1001 af3a16b25c text and style 2025-03-02 16:45:01 +01:00
Philippe Teuwen beeec2385c fm11rf08s_full pip8 style 2025-03-02 16:41:14 +01:00
Philippe Teuwen 5e018ea3b3 fm11rf08s_recovery.py: fix it given the changes in the client and add some docstring 2025-03-02 16:20:13 +01:00
Iceman a75c7cc093 Merge pull request #2765 from Donny-Guo/wiegand
Correct Bitlen Calculation and Refactor Wiegand Decoding
2025-03-01 21:56:49 +01:00
Donny 8c23ebca2e Fix bug 2025-02-27 14:40:29 -08:00
Donny d2e8066cbf Revise decode_wiegand function 2025-02-27 11:29:57 -08:00
iceman1001 3b97acfefe this define is nasty. Must be reworked! 2025-02-24 08:55:50 +01:00
iceman1001 482deecebf hf mf gload did not handle the large dump files yet. Shold need to look if more commands is missing this support. 2025-02-24 08:55:17 +01:00
iceman1001 c498d38b82 the wiegand formats unpack functions now clears the struct after sanity checking is done. Also adapted testing wiegand formats which might just have a preamble bit but not a sentinel bit like iclass credentials 2025-02-23 23:13:08 +01:00
iceman1001 98f6b263ff wiegand decode now accepts --new parameter to decode new padding format <len 1byte><pacs bytes> where len denotes number of zeros bits added in the end of the pacs bytes. You will need to shift accordingly. 2025-02-23 23:10:13 +01:00
iceman1001 66b1a48536 style 2025-02-23 21:16:34 +01:00
iceman1001 2fcdea68d1 style and text 2025-02-23 21:08:16 +01:00
iceman1001 14d50f7ac5 change mem spiffs tree to show id number in decimal. Previously shown in hex. 2025-02-23 21:05:09 +01:00
iceman1001 323a4284ff modified weigand formats to include number of bits 2025-02-22 18:28:38 +01:00
iceman1001 a7643eef7c style 2025-02-22 18:01:07 +01:00
Iceman 4bf000c0a5 Merge pull request #2764 from tiagotriques/master
Remove duplicated block print in verbose mode in hf mf view
2025-02-22 16:20:55 +01:00
Tiago Esperança Triques 2d930f921a Remove duplicated block print in verbose mode in hf mf view 2025-02-22 10:53:18 -03:00
iceman1001 717ceecf1f denote MAD sectors as decimal since public documentation 2025-02-21 17:08:44 +01:00
iceman1001 1cf98096e6 style 2025-02-21 16:41:05 +01:00
iceman1001 72a9f0a0a8 code style 2025-02-21 16:33:40 +01:00
iceman1001 4422101243 fix #2547 - compilation warning error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] 2025-02-21 16:33:22 +01:00
iceman1001 145b3ac8d6 rename paxton scripts and some code styling 2025-02-21 15:43:28 +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
Iceman 6bb7199a7b Merge pull request #2762 from Donny-Guo/lfhidsim
Fix incorrect encoding for HID with long format on sim and clone
2025-02-21 07:26:18 +01:00
Donny 7923d07ed0 Add hid preamble handle function for standalone 2025-02-20 21:49:15 -08:00
Donny c36b352c2f Fix incorrect encoding for HID with long format on sim and clone 2025-02-20 21:49:15 -08:00
Iceman f1c402d26e Merge pull request #2748 from n-hutton/deterministic_bitfile_builds2
force bitfiles to be identical for same source code
2025-02-20 23:46:48 +01:00
n-hutton 982bef6705 fix build failure on linux machines with fwd decl 2025-02-20 15:55:43 +00:00
n-hutton 280b3301ee PR feedback and make things work generally 2025-02-20 14:51:08 +00:00
n-hutton 46506f04ae Merge branch 'deterministic_bitfile_builds2' of github.com:n-hutton/proxmark3 into deterministic_bitfile_builds2 2025-02-20 14:40:43 +00:00
n-hutton e3b2bc9839 strip date time files 2025-02-20 14:39:31 +00:00
Philippe Teuwen 4e5d68851b Add pm3_resources helpers for Python scripts to find tools & dicts 2025-02-20 15:07:45 +01:00
iceman1001 ffbf033937 fix #2547 - compilation error on arm-none-eabi-gcc 15.6 for error: dereferencing type-punned pointer will break strict-aliasing rules, by making a u32 we dont get that any longer 2025-02-20 13:16:19 +01:00
Iceman 280f340041 Merge pull request #2761 from jmichelp/master
Add support for proprietary 46bit wiegand H800002 format
2025-02-20 11:27:53 +01:00
Jean-Michel Picod e836e4bda3 Simplify code and parity 2025-02-20 09:38:32 +01:00
Iceman 4d9f443cc0 Merge pull request #2760 from ry4000/master
Added YWG peggo card to `aid_desfire.json`
2025-02-19 22:53:07 +01:00
Jean-Michel Picod c505f57b3b Add support for proprietary 46bit wiegand H800002 format 2025-02-19 12:13:17 +01:00
ry4000 35a67cf261 Added YWG peggo card to aid_desfire.json
# Additions
- **Added** YWG peggo card to `F21201`.

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
2025-02-19 16:16:20 +11:00
iceman1001 776eac5e5a revert 2025-02-18 19:49:11 +01:00
iceman1001 7a730ec57b text layout 2025-02-18 19:48:55 +01:00
iceman1001 1a91d42b7d style 2025-02-18 19:48:34 +01:00
iceman1001 4c6e74c3ce revert 2025-02-18 19:47:51 +01:00
iceman1001 f2fe3768b8 should be unsigned varibles 2025-02-18 18:48:49 +01:00
iceman1001 f5650a53af text and style 2025-02-18 18:48:33 +01:00