NE Alpha 35

This commit is contained in:
Cr4sh 2016-11-03 02:40:38 +07:00
parent 52c7a56f68
commit 4160a6a580
24 changed files with 477 additions and 94 deletions

View file

@ -29,7 +29,7 @@ int main(int argc, char *argv[])
return (uefidumper.dump(buffer, UString(argv[1])) != U_SUCCESS);
}
std::cout << "UEFIDump 0.1.2" << std::endl << std::endl
std::cout << "UEFIDump 0.1.3" << std::endl << std::endl
<< "Usage: UEFIDump imagefile" << std::endl;
return 0;
}