From 50fc70b07178febc76e93891909c7286c62749de Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 4 Jan 2016 04:25:15 +0100 Subject: [PATCH] Iwd stuff. --- src/Components/Modules/FileSystem.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/Modules/FileSystem.cpp b/src/Components/Modules/FileSystem.cpp index 8558cd6e..3e713a0e 100644 --- a/src/Components/Modules/FileSystem.cpp +++ b/src/Components/Modules/FileSystem.cpp @@ -36,5 +36,8 @@ namespace Components // exec whitelist removal (YAYFINITY WARD) Utils::Hook::Nop(0x609685, 5); Utils::Hook::Nop(0x60968C, 2); + + // ignore 'no iwd files found in main' + Utils::Hook::Nop(0x642A4B, 5); } }