mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
upd: RevEng v1.5.3
This commit is contained in:
parent
1dd01fd738
commit
513d0aca44
12 changed files with 431 additions and 420 deletions
|
@ -1,9 +1,9 @@
|
|||
/* config.h
|
||||
* Greg Cook, 7/Feb/2017
|
||||
* Greg Cook, 26/Jul/2018
|
||||
*/
|
||||
|
||||
/* CRC RevEng: arbitrary-precision CRC calculator and algorithm finder
|
||||
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
|
||||
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
|
||||
* Gregory Cook
|
||||
*
|
||||
* This file is part of CRC RevEng.
|
||||
|
@ -52,10 +52,10 @@
|
|||
/* #define BMPMACRO 1 */
|
||||
|
||||
/* Some enterprise users may wish to disable the -F switch to minimise CPU
|
||||
* usage. To do this, define the macro NOFORCE.
|
||||
* usage. To do this, define the macro ALWPCK.
|
||||
*/
|
||||
|
||||
/* #define NOFORCE 1 */
|
||||
/* #define ALWPCK 1 */
|
||||
|
||||
/* Define PRESETS to compile CRC RevEng with the preset models from the
|
||||
* CRC Catalogue. This implies BMPMACRO and so makes the code platform-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue