2017-10-29 10:26:46 +08:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// Samy Kamkar 2012
|
2017-10-29 10:47:00 +08:00
|
|
|
// Federico Dotta, 2015
|
|
|
|
// Maurizio Agazzini, 2015
|
2017-10-29 10:26:46 +08:00
|
|
|
// Christian Herrmann, 2017
|
|
|
|
//
|
|
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
|
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
|
|
|
// the license.
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// StandAlone Mod
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
2017-10-29 10:47:00 +08:00
|
|
|
#ifndef __LF_HIDBRUTE_H
|
|
|
|
#define __LF_HIDBRUTE_H
|
2017-10-29 10:26:46 +08:00
|
|
|
|
|
|
|
#include "standalone.h" // standalone definitions
|
|
|
|
#include "apps.h" // debugstatements, lfops?
|
|
|
|
|
|
|
|
#define OPTS 3
|
|
|
|
|
2019-03-10 07:00:59 +08:00
|
|
|
void hid_corporate_1000_calculate_checksum_and_set(uint32_t *high, uint32_t *low, uint32_t cardnum, uint32_t fc);
|
2017-10-29 10:26:46 +08:00
|
|
|
|
2019-03-12 07:12:26 +08:00
|
|
|
#endif /* __LF_HIDBRUTE_H */
|