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

Unified Diff: syzygy/instrument/instrument.gyp

Issue 2871863002: adds the security cookie check hook transform. (Closed)
Patch Set: removed the DCHECK_EQ Created 3 years, 7 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/instrument/transforms/security_cookie_check_hook_transform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/instrument/instrument.gyp
diff --git a/syzygy/instrument/instrument.gyp b/syzygy/instrument/instrument.gyp
index 193a3ae1ae91184eab5c117e65cab4826d3d539b..648c115bdbab13442ab27a582a25227d48440945 100644
--- a/syzygy/instrument/instrument.gyp
+++ b/syzygy/instrument/instrument.gyp
@@ -70,6 +70,8 @@
'transforms/filler_transform.h',
'transforms/jump_table_count_transform.cc',
'transforms/jump_table_count_transform.h',
+ 'transforms/security_cookie_check_hook_transform.cc',
+ 'transforms/security_cookie_check_hook_transform.h',
'transforms/thunk_import_references_transform.cc',
'transforms/thunk_import_references_transform.h',
],
@@ -135,6 +137,7 @@
'transforms/entry_thunk_transform_unittest.cc',
'transforms/filler_transform_unittest.cc',
'transforms/jump_table_count_transform_unittest.cc',
+ 'transforms/security_cookie_check_hook_transform_unittest.cc',
'transforms/thunk_import_references_transform_unittest.cc',
'transforms/unittest_util.cc',
'transforms/unittest_util.h',
« no previous file with comments | « no previous file | syzygy/instrument/transforms/security_cookie_check_hook_transform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698