mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Merge pull request #226 from krsh/new_engine
Added security info to UEFIExtract
This commit is contained in:
commit
78714f6755
@ -79,6 +79,14 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
// Get security info
|
||||
UString secInfo = ffsParser.getSecurityInfo();
|
||||
if (!secInfo.isEmpty()) {
|
||||
std::cout << "------------------------------------------------------------------------" << std::endl;
|
||||
std::cout << "Security Info" << std::endl;
|
||||
std::cout << "------------------------------------------------------------------------" << std::endl;
|
||||
std::cout << secInfo << std::endl;
|
||||
}
|
||||
|
||||
// Create ffsDumper
|
||||
FfsDumper ffsDumper(&model);
|
||||
|
Loading…
Reference in New Issue
Block a user