Commit Graph

9941 Commits

Author SHA1 Message Date
iceman1001
fa5e69ceef fix coveriy 2022-09-09 20:27:49 +02:00
iceman1001
fbc9e3f631 p2p identification 2022-09-09 19:01:16 +02:00
Markus Walter
69100e0e04 Use printf options to output variable width segments. 2022-09-06 11:00:47 +02:00
Markus Walter
b49201ea6e Use pm3_save_dump() for storing to disk. 2022-09-06 10:00:43 +02:00
Markus Walter
f511333b4d Fix linter complaint. 2022-09-05 11:13:18 +02:00
Markus Walter
42eafc5e93 Merge branch 'master' into iso15693-improvements 2022-09-05 10:56:32 +02:00
Markus Walter
de99fee83c Add commands hf 15 eview and hf 15 esave. 2022-09-05 10:36:31 +02:00
Markus Walter
7cc47eebba Accept eml and json files for hf 15 eload. 2022-09-05 10:36:02 +02:00
iceman1001
7a831fc94e CID 398738, missing init 2022-09-03 11:23:44 +02:00
iceman1001
1a3aa7eb02 missing var 2022-09-03 11:23:01 +02:00
iceman1001
eaebf46961 CID 398739 , init of array w structs 2022-09-03 10:51:45 +02:00
iceman1001
0f96bcff05 CID 398740, init a struct 2022-09-03 10:51:45 +02:00
mwalker33
e0eeafe27f mdu ndef error
Patch to stop buffer overflow on ndef read from card
Typo fix in change log.
2022-09-02 22:35:48 +10:00
iceman1001
41f36199aa format string 2022-09-02 05:34:47 +02:00
Iceman
b82feee002 Merge pull request #1766 from markus-oehme-pg40/iso15693-emulation
ISO15693 emulation
2022-09-02 05:29:16 +02:00
Markus Walter
d79bd5b6b8 Switch hf 15 sim to use image in emulator memory. 2022-09-01 18:53:31 +02:00
Markus Walter
03fa757395 Implement hf 15 eload command to move image dump to emulator. 2022-09-01 18:52:57 +02:00
Iceman
429139f174 Merge pull request #1765 from mwalker33/spiffs
Prep spiffs for bigger data files
2022-09-01 05:22:35 +02:00
Markus Walter
eef1ce9c33 Enhance simulation of ISO15693 devices.
This adds the following things:
- support for reading multiple blocks,
- configurable block size,
- ability to provide a memory image.
2022-08-31 12:25:22 +02:00
mwalker33
d8c18e6db8 Prep spiffs for bigger data files
- added spiffs check after flase wipe to force it to update its status
- added spiffs write and append to write in 8192 byte chunks to allow spiffs space to be freed in time.
- fixed spiffs dump to correctly handle issues if it could not allocate bugbuff space.
2022-08-31 18:51:39 +10:00
Rick Farina (Zero_Chaos)
07c6871861 do not use LD if you aren't using ld
All the uses of LD actually wanted g++, so just use CXX and remove an
unused LD define

Closes: https://github.com/pentoo/pentoo-overlay/issues/1259
Fixes: https://github.com/RfidResearchGroup/proxmark3/pull/1758
2022-08-29 21:04:03 -04:00
iceman1001
bebfe0ad2f allow data load to load binary files as raw signal from device (@mwalker33) 2022-08-28 12:23:26 +02:00
iceman1001
e18194028b style 2022-08-24 07:25:10 +02:00
iceman1001
811f76785d textual 2022-08-22 12:25:25 +02:00
iceman1001
c27264e4c4 text 2022-08-22 05:49:47 +02:00
iceman1001
6eaff873ba remove debug statements 2022-08-21 11:12:11 +02:00
iceman1001
b6908ab9c7 need an even better check if we got anything 2022-08-21 11:01:30 +02:00
iceman1001
38a664f00c lets see if this still detects sentinels 2022-08-21 09:40:36 +02:00
iceman1001
28449aa580 hf mf mad - detect and decode of HID PACS 2022-08-21 09:40:06 +02:00
iceman1001
643f77996a hf mf mad - should be available offline too. Added some checks to quit if no device present 2022-08-21 00:52:53 +02:00
iceman1001
ab3e988441 test of PR 1756 2022-08-20 23:20:28 +02:00
iceman1001
ec403485b6 init vars 2022-08-20 13:09:43 +02:00
iceman1001
4a31ce1656 hf mfdes mad textual 2022-08-20 13:08:24 +02:00
iceman1001
5a6440f298 fix double param name 2022-08-18 23:16:08 +02:00
Michael Micsen Johannessen Wehus
a80680d7a0 Added script to simulate HID mifare credentials
Only supports H10301
2022-08-17 01:24:38 +01:00
Iceman
76fefacbc4 Merge pull request #1752 from kormax/mobile-aids
Improve ECP annotation, add mobile AIDs
2022-08-15 20:17:05 +02:00
UberGuidoZ
1103f69b96 Removed dupes, added more keys, fixed some HEX o/L
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 21:21:32 -07:00
UberGuidoZ
d2a7e93778 Correcting L to 1
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 13:27:56 -07:00
UberGuidoZ
5dce2d3f5a Correcting some O to 0
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 13:25:43 -07:00
UberGuidoZ
11065e965a Added Vigik verified by quantum-x & iGuard Simple
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 01:15:55 -07:00
kormax
5fed5a8e62 add mobile-first aids 2022-08-11 19:30:05 +03:00
kormax
5e093962bc improve ecp2 annotations to support varying length, append terminal type to annotation 2022-08-11 19:25:35 +03:00
UberGuidoZ
3e15b8f2db Added Vigik and Blackhat keys
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-07 00:48:20 -07:00
iceman1001
003623e5a7 fix binary string printing. Making sure no left over data is in static array 2022-08-06 13:31:46 +02:00
iceman1001
62980b5038 refactored topaz commands. It still uses a global var with dynamic memory. Added rdbl, wrbl, view, dump commands to match rest of client 2022-08-05 22:46:59 +02:00
iceman1001
5a4b8c8224 fix #1748 - failed to take in consideration size of legic struct packet when uploading data to device 2022-08-05 15:34:16 +02:00
nvx
d11999a811 Fix eload from json files failing (ie, hf mf eload -f file.json) when the dump is the full size.
Also fixed an accidental client double free when loading dumps.
2022-08-05 18:38:51 +10:00
iceman1001
06e54d4399 textual 2022-08-02 23:51:34 +02:00
iceman1001
88d45d641c Do not create empty dump files 2022-08-02 22:49:25 +02:00
mywalk
2459fd43ee Fix undefined symbol when build with clang 2022-08-02 21:36:17 +02:00