Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: syzygy/pe/pe_file_parser.cc

Issue 2771503005: Add support for the Win10 SDK to the PE reader (Closed)
Patch Set: comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/pe/pe_structs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/pe_file_parser.cc
diff --git a/syzygy/pe/pe_file_parser.cc b/syzygy/pe/pe_file_parser.cc
index 8550f99c5d95896791d8b665fa02df17d9b799d8..d93284c22eb158f801d0329956a297c633ea97f7 100644
--- a/syzygy/pe/pe_file_parser.cc
+++ b/syzygy/pe/pe_file_parser.cc
@@ -1164,6 +1164,9 @@ BlockGraph::Block* PEFileParser::ParseLoadConfigDir(
switch (*load_config_len.ptr()) {
case kLoadConfigDirectorySize80:
case kLoadConfigDirectorySize81:
+ // case kLoadConfigDirectorySize100NoCodeIntegrity:
+ case kLoadConfigDirectorySize100NoCFG:
+ case kLoadConfigDirectorySize100:
load_config_version =
static_cast<LoadConfigDirectoryVersion>(*load_config_len.ptr());
break;
« no previous file with comments | « no previous file | syzygy/pe/pe_structs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698