mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-06 04:55:42 +08:00
bibtex
This commit is contained in:
parent
da3dbd9f82
commit
2af0537bc0
2 changed files with 12 additions and 10 deletions
20
README.md
20
README.md
|
@ -186,15 +186,17 @@ If you are using @gator96100 's Proxspace with pre-compiled binaries do consider
|
||||||
|
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
Use this bibtex to cite this repository:
|
Use this bibtex to cite this repository globally:
|
||||||
```
|
```
|
||||||
@misc{Researching RFID using Proxmark3 tool,
|
@misc{proxmark3rrg,
|
||||||
title={Proxmark3, RRG/Iceman repo},
|
author = {C. {Herrmann} and P. {Teuwen} and O. {Moiseenko} and M. {Walker} and others},
|
||||||
author={Iceman1001},
|
title = {{Proxmark3 -- RRG / Iceman repo}},
|
||||||
year={2019.08},
|
howpublished = {\url{https://github.com/RfidResearchGroup/proxmark3}},
|
||||||
publisher={Github},
|
keywords = {rfid nfc iceman proxmark3 125khz 134khz 13.56mhz},
|
||||||
keywords={rfid nfc iceman proxmark3 125khz 134khz 13.56mhz},
|
|
||||||
journal={GitHub repository},
|
|
||||||
howpublished={\url{https://github.com/rfidresearchgroup/proxmark3}},
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
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}
|
||||||
|
```
|
||||||
|
|
|
@ -1021,7 +1021,7 @@ int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool lea
|
||||||
|
|
||||||
// check R-block ACK
|
// check R-block ACK
|
||||||
//TODO check this one...
|
//TODO check this one...
|
||||||
if ((*dataoutlen == 0) && (chaining != chainBlockNotLast)) {
|
if ((*dataoutlen == 0) && (chaining != chainBlockNotLast)) {
|
||||||
if (leaveSignalON == false)
|
if (leaveSignalON == false)
|
||||||
DropField();
|
DropField();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue