Commit graph

15759 commits

Author SHA1 Message Date
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
Iceman
a1fd854126
Merge pull request #1767 from AndrewMohawk/patch-1
Updated discord invite link
2022-09-02 05:23:10 +02:00
Andrew MacPherson
9ed391469b
Updated discord invite link
User (Genoff) spotted the discord link doesnt work anymore, added a new invite link: https://discord.gg/xEvexdKmpF

Signed-off-by: Andrew MacPherson <andrew@andrewmohawk.com>
2022-09-01 13:15:17 -07:00
Markus Walter
6fe7d997ff Adjusted changelog entry to new hf 15 eload command. 2022-09-01 18:53:32 +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
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