From 9c776c89358839a9a6356a9780cbe0442bfea34e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 19 Apr 2019 09:23:02 +0200 Subject: [PATCH] fix: standalonemode matty_run now compiles --- armsrc/Standalone/hf_mattyrun.c | 2 +- armsrc/Standalone/hf_mattyrun.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/Standalone/hf_mattyrun.c b/armsrc/Standalone/hf_mattyrun.c index 1f2fb6f11..de22d11f9 100644 --- a/armsrc/Standalone/hf_mattyrun.c +++ b/armsrc/Standalone/hf_mattyrun.c @@ -328,7 +328,7 @@ void RunMod() { /* 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) { Dbprintf("\t✕ There's currently no nested attack in MattyRun, sorry!"); diff --git a/armsrc/Standalone/hf_mattyrun.h b/armsrc/Standalone/hf_mattyrun.h index 6602eba54..c37624821 100644 --- a/armsrc/Standalone/hf_mattyrun.h +++ b/armsrc/Standalone/hf_mattyrun.h @@ -12,10 +12,10 @@ #ifndef __HF_MATTYRUN_H #define __HF_MATTYRUN_H -//#include // for bool #include "standalone.h" // standalone definitions #include "apps.h" // debugstatements, lfops? #include "usb_cmd.h" // mifare1ksim flags +#include "mifaresim.h" // mifare1ksim #include "mifareutil.h" #define OPTS 2