nvx
edd8e36d80
Cleanup arm-side reader-mode mifare classic block read/write code.
2023-07-04 00:11:01 +10:00
iceman1001
97eb0238b1
style
2023-06-02 10:45:04 +02:00
Davi Mikael
416abae4bb
Changing token and uid of hf_msdsal
2023-05-24 09:49:40 -03:00
Davi Mikael
2d72bbd751
Merge branch 'RfidResearchGroup:master' into master
2023-05-05 16:22:31 -03:00
flamebarke
92ec161d08
Update Makefile.inc
...
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:50:14 +10:00
flamebarke
0fac149a03
Update Makefile.hal
...
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:44:12 +10:00
flamebarke
b8c7e02ad8
Create lf_multihid.c
...
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:34:27 +10:00
Davi Mikael
6950344567
Adjusting hf_msdsal standalone module
2023-04-19 01:39:18 -03:00
Nate Sales
c42aa99d05
refactor: add iceclass read sim info
2023-02-10 21:55:23 -05:00
Nate Sales
b1fb181f71
feat: add standalone ICECLASS read/sim mode
2023-02-08 20:31:40 -05:00
iceman1001
37d059d56f
style
2023-01-27 03:00:26 +01:00
Philippe Teuwen
1a6bb58550
Add LF_PROX2BRUTE to 4_Advanced-compilation-parameters.md
2023-01-24 15:37:36 +01:00
Philippe Teuwen
248cec793c
standalone: respect alphabetical order, else it's a mess to cross-check
2023-01-24 15:34:13 +01:00
lnv42
13106d4888
Merge branch 'master' into master
...
Signed-off-by: lnv42 <34003959+lnv42@users.noreply.github.com>
2023-01-18 11:29:22 +01:00
Philippe Teuwen
ad87e2051d
build_all_firmwares.sh able to build HF_14ASNIFF HF_15SNIFF without flash
2023-01-15 02:34:01 +01:00
Philippe Teuwen
c9984985fd
make miscchecks
2023-01-14 22:23:40 +01:00
Philippe Teuwen
5d5d9d9be0
make style
2023-01-14 22:22:04 +01:00
Benjamin DELPY
21de6e750c
Added standalone mode for simulatin Nedap ID
2023-01-11 23:31:23 +01:00
Yann GASCUEL
309603f19b
Add new Standalone mode LF_PROX2BRUT: HID ProxII brueforce v2
...
Trivial card number brute forcer for when you know the facility code
and want to find valid(s) card number(s).
2023-01-06 15:57:39 +01:00
nvx
4180635218
Add --shallow option to hf iclass reader commands to do shallow (ASK) reader modulation instead of OOK.
2023-01-04 23:59:03 +10:00
iceman1001
1525a0059a
fix #1771 - no default block size in call
2022-09-03 11:14:33 +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
iceman1001
e18194028b
style
2022-08-24 07:25:10 +02:00
iceman1001
0968b39243
fix #1694 - take in consideration pointer could be called with NULL
2022-08-16 04:18:27 +02:00
iceman1001
e2574200c0
commented out some dbg prints. They interfer with the simulation part
2022-06-16 21:16:25 +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
Philippe Teuwen
4d264fa63c
Preparing EM4100 clone to EM4305
2022-04-29 16:44:38 +02:00
iceman1001
d15eef80af
removed dead link
2022-04-16 19:11:53 +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
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
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
c5f216558c
iso15sniff: add an "iclass" bool parameter to SniffIso15693()
...
This is required to disable ISO15 flags parsing when sniffing iClass
because those flags don't exist in iClass coms (iClass iso15 based
communications are always fast and using only one subcarrier).
2022-03-16 11:26:07 +01:00
Yann GASCUEL
9010a4b828
make HF_15SNIFF standalone mode compatible with old pm3 (without flash)
2022-03-08 10:10:17 +01:00
iceman1001
07855611e4
unify text
2022-02-24 18:03:19 +01:00
Uli Heilmeier
12ed4f1fdf
Standalone mode hf_legicsim
...
Add a standalone mode to simulate Legic Prime dumps stored on flash
2022-02-15 17:26:05 +01:00
iceman1001
ec59acf64c
style
2022-02-12 17:46:34 +01:00
Łukasz Jurczyk
0d62e01027
Added new standalone mode lf_em4100rsww
2022-02-10 17:49:58 +01:00
iceman1001
98d291f5b1
fix hf 14a sim, on device side a sneaky detection if data started with zero, it would treat it as uid is in emulator memory. Also fixed a size issue on flag
2022-01-22 18:29:11 +01:00
Philippe Teuwen
33ef5f4243
use ARRAYLEN
2022-01-09 14:25:10 +01:00
Philippe Teuwen
e34870a732
text
2022-01-08 01:47:30 +01:00
Philippe Teuwen
8f402c5861
text
2022-01-08 01:26:51 +01:00
Nate Glaser
a06c88e728
Makefile.hal change to remove 693
2022-01-07 19:18:41 -05:00
Nate Glaser
0579b8f63c
Made requested changes -- I think
2022-01-07 19:07:29 -05:00
Nate Glaser
323248060e
changed description
2022-01-07 18:16:41 -05:00
Nate Glaser
d5842d9d92
changed beginning of 15693 sniff file
2022-01-07 18:12:28 -05:00