tharexde
b0b0d4b3f3
Merge branch 'master' into update_4x50
...
fixed conflict
2020-11-30 23:42:39 +01:00
Iceman
1cfc69bd0d
Merge pull request #1079 from cyberpunk-re/MFU_SIM_maxReads
...
MFU emulation now supports automatic exit after <num> blocks read.
2020-11-30 23:14:00 +01:00
tharexde
98fbd89fb5
restored unintentionally deleted parts
2020-11-30 22:28:06 +01:00
tharexde
9d52801259
Merge branch 'master' into update_4x50
...
update 201130 2
2020-11-30 21:18:03 +01:00
cyberpunk-re
5486bdd18c
Added 'mf mfu sim t 7 n <numreads>' - MFU emulation now supports automatic exit after <num> blocks read.
2020-11-30 20:07:51 +00:00
iceman1001
1bccb77654
lf hid clone - prepped for EM. Disabled it for viking / hid clone until further testing
2020-11-30 21:06:37 +01:00
tharexde
efd6c04b7e
Merge branch 'master' into update_4x50
...
update 201130
2020-11-30 20:38:25 +01:00
tharexde
f03fac540a
delated watch function (em4x50)
2020-11-30 00:03:22 +01:00
tharexde
e6eb6af9e3
- replaced return value BUTTON_SINGLE_CLICK by PM3_EOPABORTED
...
- changed 4x50_stdread to 4x50_reader
2020-11-30 00:01:08 +01:00
tharexde
96cceab10a
changed 4x50_stdread to 4x50_reader
2020-11-29 23:58:10 +01:00
tharexde
fdd2890272
changed 4x50_stdread to 4x50_reader
2020-11-29 23:57:55 +01:00
iceman1001
2fcd46f278
lf ti write - now uses NG, cliparser (untested)
2020-11-29 14:00:51 +01:00
tharexde
427577fee6
deleted em4x50 standalone mode
2020-11-29 01:09:54 +01:00
tharexde
beed73b095
deleted em4x50 standalone mode
2020-11-29 01:09:30 +01:00
tharexde
72b21f018e
Merge branch 'master' into allin
...
update 201129
2020-11-29 00:22:09 +01:00
tharexde
7bc372633f
- changed return values from Boolean to "pm3"
...
- added LED signals
2020-11-29 00:19:42 +01:00
iceman1001
93bdc9f75b
hf mf sim - minor short times...
2020-11-29 00:16:22 +01:00
iceman1001
7593fa20b8
textual (thanks @ave_!)
2020-11-28 22:21:21 +01:00
tharexde
35404eb207
added LED signals (A -> signal_properties, B -> listening windows, C -> reading)
...
stabilized noise detection by ignoring first samples
2020-11-27 22:21:45 +01:00
tharexde
b18ded915a
Merge branch 'master' into allin
...
update 201127
2020-11-27 21:24:33 +01:00
tcprst
db083034d6
make style
2020-11-26 00:44:26 -05:00
tcprst
f4b100b068
show both decimal and hex for iclass blocks
2020-11-25 18:42:22 -05:00
tcprst
88b7efe69a
hf iclass restore - now use cliparser
2020-11-25 18:00:32 -05:00
iceman1001
b7c0d6aa5e
lf viking clone - now supports clone to EM4305/4469 (untested)
2020-11-25 15:13:32 +01:00
tcprst
1afb335478
make style
2020-11-22 19:39:54 -05:00
tharexde
86b9d2c620
cosmetics
2020-11-20 22:03:19 +01:00
tharexde
e642c05e5c
Merge branch 'master' into allin
...
update 201119
2020-11-19 23:21:19 +01:00
tharexde
56efc8adec
rearrangements
2020-11-19 23:18:04 +01:00
tharexde
0bca672fbd
deleted button test in wait_timer function
2020-11-16 00:33:36 +01:00
tharexde
333fb5cbd4
clean up
2020-11-15 21:59:25 +01:00
tharexde
f6e37d868e
switched to PM3 status/error codes as return codes (if possible/sensible)
2020-11-15 19:54:51 +01:00
Ave
7c5e3a29de
Fix old UID display on hf mf csetuid
2020-11-15 20:14:08 +03:00
tharexde
7aebe20dd6
- enhanced reliability of manual interruption
...
- switched to PM3 error/status codes for reset function
2020-11-15 17:15:18 +01:00
tharexde
79e1159eaf
Merge branch 'master' into allin
...
update 201114
2020-11-14 19:56:02 +01:00
Philippe Teuwen
2f6261badb
ReaderIso14443a: save/restore timeout
2020-11-13 22:34:04 +01:00
tharexde
b91792f1d7
deleted uneccessary includes
2020-11-13 20:27:57 +01:00
tharexde
dcfd7f4a01
- wait function can now be left with pm3 button -> e.g. no inf. loop in 4x50_wath
...
- merged function get_pwd(...) into 4x50_chk
2020-11-12 01:23:51 +01:00
tharexde
5d34efc6e6
Relocated write requests of function „4x50_wipe" from device to client
2020-11-11 22:36:24 +01:00
tharexde
3d14dbfbd0
pressing the pm3 button now stops 4x50_chk function
2020-11-11 01:37:54 +01:00
tharexde
ae96cd869a
relocated "pwd block management" from device to client
2020-11-11 01:11:09 +01:00
tharexde
8a1558757c
Merge branch 'master' into allin
...
update 201110
2020-11-10 00:47:13 +01:00
tharexde
8682d48419
- switched from emulator memory to flash memory for various functions
...
- completed 4x50_chk functions -> segmented password list if size is > max size of emulator memory
- various corrections/modifications
2020-11-10 00:43:08 +01:00
iceman1001
a41e71d03d
fix #946 , unsecured card use crc16, secured MAC
2020-11-09 09:36:27 +01:00
Philippe Teuwen
f63cf02178
make style
2020-11-07 01:32:43 +01:00
Philippe Teuwen
a8b92f48a7
reorganize few global vars & fcts
2020-11-05 23:05:52 +01:00
Philippe Teuwen
bae2f5f04e
disable more code with SKIP_ISO14443*
2020-11-05 22:27:01 +01:00
iceman1001
60aed2c865
for a gentle kiwi
2020-11-05 12:14:09 +01:00
iceman1001
928a4f789e
fiddling with mfu
2020-11-05 12:06:12 +01:00
iceman1001
7f6e3a7cfc
textual
2020-11-05 12:02:54 +01:00
Philippe Teuwen
e750481d12
Fix multiple issues with reported flash memory usage:
...
- Remove unused next_free_memory=BigBuf_get_addr()
- Fix size retrieval of compressed data section
by chance the corrupted value was > than correct value so
decompression was taking place, but was returning an error
instead of the decompressed size
- Fix reporting of compressed size into common_area
returned value of LZ4_decompress_safe is the decompressed size
while we needed to report the compressed size
- Fix common_area late initialization
common_area was initialized (and zeroed) after
uncompress_data_section() had reported the compressed size
in common_area, so compressed size was erased
Compressed size is used in the computation of the used and available
flash memory, which is now correct
(it was wrongly telling about 6kb were free while they weren't).
2020-11-05 00:59:32 +01:00