Commit graph

15852 commits

Author SHA1 Message Date
Iceman 429139f174
Merge pull request #1765 from mwalker33/spiffs
Prep spiffs for bigger data files
2022-09-01 05:22:35 +02:00
mwalker33 9406ef9fd3 spiffs prep
added define for chuck size
update changelog
2022-09-01 08:15:30 +10:00
Markus Walter f3a41fdc4e Added Changelog entries. 2022-08-31 12:40:25 +02:00
Markus Walter 62b577d170 Remove unused definition. 2022-08-31 12:26:51 +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 96876c0111 Update spiffs.c
patch type size comparison
2022-08-31 19:10:15 +10: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
Iceman fbdfb0989c
Merge pull request #1763 from ZeroChaos-/master
do not use LD if you aren't using ld
2022-08-30 06:28:53 +02: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 79cfa1d8fa adapt SPIFFS from 128kb -> 192kb. Increased GC to fit sector size 4kb. (thanks @mwalker33) 2022-08-28 12:21:21 +02:00
Markus Walter 745928e609 Fix comments. 2022-08-26 09:28:04 +02:00
iceman1001 4fd8f378af Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2022-08-24 08:04:53 +02:00
iceman1001 e18194028b style 2022-08-24 07:25:10 +02:00
iceman1001 2887e8b0fd need to skip a lot of mode to fit 256kb versions 2022-08-23 14:35:13 +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 2b80262d07 textual 2022-08-20 23:50:18 +02:00
iceman1001 3be998de71 test of PR 1757 2022-08-20 23:44:32 +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 58d764a49a textual 2022-08-19 23:15:48 +02:00
iceman1001 49f2f59398 textual 2022-08-19 23:14:31 +02:00
iceman1001 5a6440f298 fix double param name 2022-08-18 23:16:08 +02:00
Iceman 8d2e4adad1
Merge pull request #1758 from RfidResearchGroup/revert-1757-patch-2
Revert "Update Makefile.defs"
2022-08-18 08:42:37 +02:00
Iceman de73a58a78
Revert "Update Makefile.defs" 2022-08-18 08:42:29 +02:00
Iceman 45d75c5515
Merge pull request #1757 from blshkv/patch-2
Update Makefile.defs
2022-08-18 07:06:24 +02:00
Anton Bolshakov 6523924393
Update Makefile.defs
Do not overwrite global CC values (if specified in env)

Signed-off-by: Anton Bolshakov <blshkv@users.noreply.github.com>
2022-08-18 11:57:46 +08:00
Iceman 8c6c81db01
Merge pull request #1755 from micsen/hf_mf_hid_script
hf_mf_hid_sim.lua
2022-08-17 02:31:59 +02:00
Michael Micsen Johannessen Wehus 7338c502f0 Attribution 2022-08-17 01:28:21 +01:00
Michael Micsen Johannessen Wehus 1a65d6b157 Changelog 2022-08-17 01:27:48 +01:00
Michael Micsen Johannessen Wehus a80680d7a0 Added script to simulate HID mifare credentials
Only supports H10301
2022-08-17 01:24:38 +01:00
iceman1001 0968b39243 fix #1694 - take in consideration pointer could be called with NULL 2022-08-16 04:18:27 +02: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
Iceman 2215216bf1
Merge pull request #1749 from UberGuidoZ/master
Added Vigik/Blackhat keys, corrected some issues/dups
2022-08-15 20:14:59 +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