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

Unified Diff: syzygy/pe/test_dll_x64.def

Issue 2427043003: Enable the IAT patcher unittests in x64. (Closed)
Patch Set: Comments. Created 4 years, 2 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 | « syzygy/pe/pe.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/test_dll_x64.def
diff --git a/syzygy/pe/test_dll_x64.def b/syzygy/pe/test_dll_x64.def
index 06ac83582c47a8364f9decfbca6db763b17d78af..b34ca9868eef8aa1193afeba469fd87dd07efe4d 100644
--- a/syzygy/pe/test_dll_x64.def
+++ b/syzygy/pe/test_dll_x64.def
@@ -19,3 +19,7 @@ EXPORTS
; Export some functions to make sure the DLL has an exports section.
DllMain @7 PRIVATE
Hello
+ function1 @17 PRIVATE
+ ; Export by ordinal only.
+ function2 @1 NONAME PRIVATE
+ function3 @9 PRIVATE
« no previous file with comments | « syzygy/pe/pe.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698