From c9f853de2fafb16f71d4a3c2daa92d8fadd6125a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 3 Sep 2020 10:29:25 +0200 Subject: [PATCH] added references to youtube videos --- armsrc/Standalone/hf_iceclass.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/armsrc/Standalone/hf_iceclass.c b/armsrc/Standalone/hf_iceclass.c index 82c48b316..2a0ef6236 100644 --- a/armsrc/Standalone/hf_iceclass.c +++ b/armsrc/Standalone/hf_iceclass.c @@ -7,6 +7,15 @@ //----------------------------------------------------------------------------- // main code for hf_iceclass by Iceman //----------------------------------------------------------------------------- +// +// Created for the live streamed talk 'DEFCON 28 Wireless Village-Omikron and Iceman - Ghosting the PACS-man: New Tools and Techniques' +// https://www.youtube.com/watch?v=ghiHXK4GEzE +// +// I created a youtube video demostrating the HF_ICECLASS standalone mode +// https://youtu.be/w_1GnAscNIU +// +// + #include "standalone.h" // standalone definitions #include "proxmark3_arm.h" #include "appmain.h"