From 2af0537bc0fb39ababa512a2157145f6fb3b6d89 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 7 May 2021 21:01:23 +0200 Subject: [PATCH] bibtex --- README.md | 20 +++++++++++--------- client/src/cmdhf14a.c | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6c3128008..7a4081c20 100644 --- a/README.md +++ b/README.md @@ -186,15 +186,17 @@ If you are using @gator96100 's Proxspace with pre-compiled binaries do consider ## Citation -Use this bibtex to cite this repository: +Use this bibtex to cite this repository globally: ``` -@misc{Researching RFID using Proxmark3 tool, - title={Proxmark3, RRG/Iceman repo}, - author={Iceman1001}, - year={2019.08}, - publisher={Github}, - keywords={rfid nfc iceman proxmark3 125khz 134khz 13.56mhz}, - journal={GitHub repository}, - howpublished={\url{https://github.com/rfidresearchgroup/proxmark3}}, +@misc{proxmark3rrg, + author = {C. {Herrmann} and P. {Teuwen} and O. {Moiseenko} and M. {Walker} and others}, + title = {{Proxmark3 -- RRG / Iceman repo}}, + howpublished = {\url{https://github.com/RfidResearchGroup/proxmark3}}, + keywords = {rfid nfc iceman proxmark3 125khz 134khz 13.56mhz}, } ``` +If you need to refer to a specific state of the repository, use a commit number or a date of access, e.g.: +``` + note = {Accessed: commit 12327f71a27da23831901847886aaf20e8ad3ca0} + note = {Accessed: 2021-01-01} +``` diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index be4da1965..1bc6c16cf 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -1021,7 +1021,7 @@ int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool lea // check R-block ACK //TODO check this one... - if ((*dataoutlen == 0) && (chaining != chainBlockNotLast)) { + if ((*dataoutlen == 0) && (chaining != chainBlockNotLast)) { if (leaveSignalON == false) DropField();