mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf legic sim -> text, use NG, report back
This commit is contained in:
parent
9d86185287
commit
718e6d2ce8
4 changed files with 76 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
|
||||
// 2018 AntiCat
|
||||
//
|
||||
// 2019 Piwi
|
||||
// 2020 Iceman
|
||||
// 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.
|
||||
|
@ -14,6 +15,6 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
void LegicRfSimulate(uint8_t cardtype);
|
||||
void LegicRfSimulate(uint8_t tagtype, bool send_reply);
|
||||
|
||||
#endif /* __LEGICRFSIM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue