mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Deduplicate mfkey32 and mfkey64
- rename client/nonce2key.[ch] to mfkey.[ch] - leave only main() wrapper in tools/mfkey - add mfkey32 and mfkey64 to .gitignore
This commit is contained in:
parent
bd2797de15
commit
4cb4b588c2
11 changed files with 193 additions and 170 deletions
|
@ -8,6 +8,8 @@
|
|||
// mifare commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "mifarehost.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -20,7 +22,6 @@
|
|||
#include "ui.h"
|
||||
#include "util.h"
|
||||
#include "iso14443crc.h"
|
||||
#include "mifarehost.h"
|
||||
|
||||
// mifare tracer flags used in mfTraceDecode()
|
||||
#define TRACE_IDLE 0x00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue