Iceman
719c51b156
Merge pull request #1697 from kormax/dev
...
Update to 'hf 14a reader --ecp'
2022-06-19 18:39:10 +02:00
kormax
8e8618c989
Replace rf reset with an s-block deselect when using 'hf 14a reader --ecp'
2022-06-16 22:31:32 +03:00
iceman1001
e2574200c0
commented out some dbg prints. They interfer with the simulation part
2022-06-16 21:16:25 +02:00
kormax
13e13b70f4
Improve 'hf 14a reader --ecp' fix performance
2022-06-16 09:04:21 +03:00
kormax
5ea305be28
Fix hf 14a reader --ecp
to work consistently
2022-06-15 22:53:50 +03:00
iceman1001
cd6626829c
fix: use correct target
2022-06-15 07:18:58 +02:00
iceman1001
b37eaa9282
reworked staticnested a bit
2022-06-14 21:38:32 +02:00
iceman1001
1ce495b624
fix cppcheck uninitvar
2022-06-12 12:22:05 +02:00
iceman1001
65ba68f0da
fix cid #394816 , #394815
2022-06-12 12:18:54 +02:00
iceman1001
372ab2af98
style
2022-06-12 11:51:50 +02:00
dx林
de0549a269
StaticNested fast decrypt(backdoor 2nt.).
2022-06-10 11:02:06 +08:00
iceman1001
c5d12bba0f
adapt hw dbg
to query device before setting log level
2022-06-06 18:21:28 +02:00
iceman1001
b4255eea77
simplify save files
2022-06-06 13:20:39 +02:00
mwalker33
f5170f1d18
Mifare Classic Value operations
...
Added increment value, decrement value via the supplied commands and set value via the normal write command. Also added "get" to read a value block and decode/display.
2022-06-05 16:58:53 +10:00
iceman1001
3d0e54d85c
fix format strings
2022-06-02 21:18:21 +02:00
iceman1001
023ae4c7f1
mf sim - after getting a rats from rdr , and we are not simulating a rats supporting tag, set state to idle, ie wait for WUPA/REQA
2022-06-02 05:16:34 +02:00
iceman1001
10e7da9065
fix cid 393262
2022-05-31 22:30:06 +02:00
Philippe Teuwen
db21576612
remove arm-gcc 12.1 warning: array subscript -512 is outside array bounds of 'uint32_t[536870911]
2022-05-12 23:14:37 +02:00
iceman1001
a2f6d0f65f
swap to other fpga image, since iso15693.c uses it. Should fix the simulation
2022-05-10 07:35:57 +02:00
iceman1001
7573205a93
fix iclass simulation
2022-05-10 07:34:17 +02:00
iceman1001
90fcec0152
add ledcontrol
2022-05-08 09:36:56 +02:00
Philippe Teuwen
9ebda88386
Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...
2022-05-03 19:04:36 +02:00
Philippe Teuwen
9880df8ca7
make style
2022-05-03 15:18:44 +02:00
iceman1001
799fa850ef
twice atqa?
2022-04-30 20:55:41 +02:00
iceman1001
dc3944ab65
wrong crc
2022-04-30 20:48:45 +02:00
iceman1001
dd20083126
improved FUDAN identification and anti-collision select based on @lsylx issue #1599
2022-04-30 18:39:14 +02:00
Philippe Teuwen
7f37958144
Enable support to clone HID on EM4x05
2022-04-30 00:08:10 +02:00
Philippe Teuwen
185a45e749
Add support for cloning Viking and EM410x on EM4x05
2022-04-29 17:32:52 +02:00
Philippe Teuwen
4d264fa63c
Preparing EM4100 clone to EM4305
2022-04-29 16:44:38 +02:00
acru3l
f57879cbcb
Fix felica_sendraw
2022-04-27 11:38:28 +09:00
iceman1001
d15eef80af
removed dead link
2022-04-16 19:11:53 +02:00
iceman1001
2dd250ab80
fix initialization of bitstream buffer
2022-04-10 13:15:24 +02:00
iceman1001
8d9dd8b346
make style
2022-04-09 18:48:13 +02:00
Iceman
aec3ff64e2
Merge pull request #1654 from wh201906/standalone_14a
...
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem)
2022-04-07 18:45:39 +02:00
wh201906
eb1e94f385
Show DownloadTraceInstructions only when the trace data is written to the flashmem
2022-04-07 19:46:50 +08:00
wh201906
3d6c21e44a
Add flashmem support for HF_14BSNIFF standalone mode
2022-04-07 19:39:49 +08:00
wh201906
dc50563ce8
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem)
2022-04-07 16:21:02 +08:00
Jacopo Jannone
26e6f1a584
Implement 14b sniff standalone mode
2022-04-03 02:25:35 +02:00
iceman1001
247790b833
text
2022-03-31 23:33:20 +02:00
iceman1001
95d1631bed
style
2022-03-23 18:22:03 +01:00
iceman1001
df49565c04
style
2022-03-23 17:49:09 +01:00
iceman1001
7aeb462e18
convert 15readercommand to use NG frames. Removing the confusing of status and length of received package in same return param. Now returns proper status and length is a ref param
2022-03-23 17:37:40 +01:00
giraut
42f4888f1c
Encode ISO15693 response as tag byte by byte, instead of 2 bytes by 2 bytes, so that responses with an odd number of bytes don't end up encoded and transmitted with an extraneous uninitialized byte after the CRC.
2022-03-21 20:22:27 +02:00
iceman1001
178f9bb142
pcs param is sometimes NULL here
2022-03-20 09:35:37 +01:00
Iceman
bda8062bff
Merge pull request #1627 from lnv42/iso15rawSlowAnd2SC
...
[iso15] Add support for recieving slow and/or dual subcarriers answers from any raw commands
2022-03-20 07:59:25 +01:00
Iceman
b22e908fb9
Merge pull request #1626 from lnv42/iso15sniffslow1sc
...
Improve iso15 sniffing: add support for slow answers with single subcarrier
2022-03-20 07:59:13 +01:00
Iceman
d4fece64ec
Merge pull request #1621 from lnv42/iso15sniff2sc
...
Improve iso15 sniffing: add support for dual subcarriers sniffing
2022-03-20 07:58:58 +01:00
Yann GASCUEL
d1e186dbe9
iso15: fix 2SC (FSK) slow decoding
...
Previous decoding "count" constants have too large scale that may bug
with some answer. With those new constants, this bug can't happend anymore.
2022-03-16 17:36:37 +01:00
Yann GASCUEL
abb840558f
iso15: add support for slow and 2SC to GetIso15693AnswerFromTag()
...
Allow running raw iso15 cmd expecting slow and/or dual subcarriers
answers. E.g. sending slow 2SC inventory ("hf 15 raw -c -d 250100") is
now working.
2022-03-16 17:25:27 +01:00
Yann GASCUEL
f65ca5f14c
iso15 sniff: add support for slow answers with single subcarrier
...
Before this commit, slow answers was only supported for dual
subcarriers answers.
2022-03-16 16:11:50 +01:00