Commit Graph

4817 Commits

Author SHA1 Message Date
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
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
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
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
kormax
5e093962bc improve ecp2 annotations to support varying length, append terminal type to annotation 2022-08-11 19:25:35 +03: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
Iceman
1ec4e98a3c Merge pull request #1740 from gtalusan/emrtd-images
add -i to hf emrtd info
2022-07-31 17:10:57 +02:00
George Talusan
566b805357 add -i to hf emrtd info 2022-07-31 09:46:00 -04:00
iceman1001
bf81acb55b hf topaz reader - output and continuous mode support. hf topaz info - output text changes 2022-07-31 13:08:37 +02:00
iceman1001
de9be10d28 14a reader/info - now hints topaz tags better 2022-07-31 13:06:55 +02:00
iceman1001
2cfc4dc733 minor hitag adaptations 2022-07-30 20:11:39 +02:00
iceman1001
a236604716 style 2022-07-30 20:11:15 +02:00
iceman1001
1df51f3875 add hf lto reader command with continious mode 2022-07-30 15:42:07 +02:00
iceman1001
ac0088791a style 2022-07-30 11:49:30 +02:00
iceman1001
02d07f16c9 prepair for extended reading for LTO 2022-07-30 11:48:37 +02:00
iceman1001
8f8f9f97ad prepping for fudan pm3 commands 2022-07-30 11:47:03 +02:00
George Talusan
d89ed735b0 add hf_mfu_amiibo_restore to restore an Amiibo dump to a blank NTAG215 2022-07-28 22:05:49 -04:00
iceman1001
6290d50564 make style 2022-07-25 08:00:30 +02:00
iceman1001
2f7083a59a text 2022-07-25 07:45:57 +02:00
iceman1001
51408c89f6 fix #1722, this should fix the breaking on OSX for apdufind. Seems u64 triggers something in memory. Passing ref to array and makeing array u32 instead 2022-07-24 11:41:25 +02:00
iceman1001
9040a1a7d7 causes extra lines in trace list. 2022-07-24 08:21:49 +02:00
iceman1001
3001e2edce fix some SE / SIO ends with 0x05 , 0x00 only 2022-07-23 18:08:33 +02:00
iceman1001
5a8d9b7954 prep mac 2022-07-23 17:39:40 +02:00
iceman1001
cb82e848cc dense format to follow previous .... style 2022-07-23 17:37:04 +02:00
nvx
0177d2185f Added more details to the annotations of hf mfdes list output 2022-07-23 22:26:25 +10:00
Tiernan
925589a214 Merge branch 'master' into feature/iclass_dump_view_suppress_repeated_blocks 2022-07-23 12:39:14 +10:00
nvx
728e6d27c7 add preference for dense output option and -z cmd flag 2022-07-23 12:37:07 +10:00