Commit graph

15781 commits

Author SHA1 Message Date
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
84b58129dd Fix API breakage. 2022-09-05 10:46:06 +02:00
Markus Walter
8ac9ba9a3d Updated changelog. 2022-09-05 10:44:06 +02:00
Markus Walter
42d0c6d8c1 Use memset to zero memory for better code style. 2022-09-05 10:37:01 +02:00
Markus Walter
de99fee83c Add commands hf 15 eview and hf 15 esave. 2022-09-05 10:36:31 +02:00
Markus Walter
f6096367b3 Add ISO15693 write commands to simulation. 2022-09-05 10:36:02 +02:00
Markus Walter
2d7e1d30b9 Refactor ISO 15693 READ commands to handle addressed flag. 2022-09-05 10:36:02 +02:00
Markus Walter
7cc47eebba Accept eml and json files for hf 15 eload. 2022-09-05 10:36:02 +02:00
Markus Walter
c062c44230 Refactor emulator accessor helpers for ISO15693. 2022-09-05 10:24:52 +02:00
iceman1001
d76284aa8d style 2022-09-04 13:58:49 +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
fccb398aea vanity url should work again 2022-09-03 11:22:33 +02:00
iceman1001
1525a0059a fix #1771 - no default block size in call 2022-09-03 11:14:33 +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
Iceman
f16f6b5122
Merge pull request #1770 from Builderhummel/patch-1
Fix Typo
2022-09-02 16:45:34 +02:00
Iceman
b205908447
Merge pull request #1769 from mwalker33/ndef
mfu ndef error
2022-09-02 16:45:14 +02:00
Builderhummel
de40ae1f05
Fix Typo
"form" to "from" 

Signed-off-by: Builderhummel <max.kretschmann@tuhh.de>
2022-09-02 14:47:12 +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
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