mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: standalonemode matty_run now compiles
This commit is contained in:
parent
1033b67f3c
commit
9c776c8935
2 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ void RunMod() {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
TODO:
|
TODO:
|
||||||
- Get UID from tag and set accordingly in emulator memory and call mifare1ksim with right flags (iceman)
|
- Get UID from tag and set accordingly in emulator memory and call mifaresim with right flags (iceman)
|
||||||
*/
|
*/
|
||||||
if (!allKeysFound && keyFound) {
|
if (!allKeysFound && keyFound) {
|
||||||
Dbprintf("\t✕ There's currently no nested attack in MattyRun, sorry!");
|
Dbprintf("\t✕ There's currently no nested attack in MattyRun, sorry!");
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
#ifndef __HF_MATTYRUN_H
|
#ifndef __HF_MATTYRUN_H
|
||||||
#define __HF_MATTYRUN_H
|
#define __HF_MATTYRUN_H
|
||||||
|
|
||||||
//#include <stdbool.h> // for bool
|
|
||||||
#include "standalone.h" // standalone definitions
|
#include "standalone.h" // standalone definitions
|
||||||
#include "apps.h" // debugstatements, lfops?
|
#include "apps.h" // debugstatements, lfops?
|
||||||
#include "usb_cmd.h" // mifare1ksim flags
|
#include "usb_cmd.h" // mifare1ksim flags
|
||||||
|
#include "mifaresim.h" // mifare1ksim
|
||||||
#include "mifareutil.h"
|
#include "mifareutil.h"
|
||||||
|
|
||||||
#define OPTS 2
|
#define OPTS 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue