From fa280c0f367c915c15832a97dfdf28e4c67acad5 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 8 Nov 2014 23:33:53 +0100 Subject: [PATCH] UEFIExtract 0.3.2 - compiled with new ffsEngine version --- UEFIExtract/uefiextract_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UEFIExtract/uefiextract_main.cpp b/UEFIExtract/uefiextract_main.cpp index a8b1c17..2cee276 100644 --- a/UEFIExtract/uefiextract_main.cpp +++ b/UEFIExtract/uefiextract_main.cpp @@ -52,9 +52,9 @@ int main(int argc, char *argv[]) } else { - std::cout << "UEFIExtract 0.3.1" << std::endl << std::endl << + std::cout << "UEFIExtract 0.3.2" << std::endl << std::endl << "Usage: uefiextract imagefile [FileGUID_1 FileGUID_2 ... FileGUID_31]" << std::endl << "Returned value is a bit mask where 0 on position N meant File with GUID_N was found and unpacked, 1 otherwise" << std::endl; return 1; } -} \ No newline at end of file +}