]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/mifare4.h
70711847ad6a1469a597bcca6990693f0e7b9d71
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2018 Merlok
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // iso14443-4 mifare commands
9 //-----------------------------------------------------------------------------
26 extern int MifareAuth4(mf4Session
*session
, uint8_t *keyn
, uint8_t *key
, bool activateField
, bool leaveSignalON
, bool verbose
);