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

Unified Diff: syzygy/runlaa/runlaa.rc

Issue 1269553002: Create a utility for running executables in LAA mode. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Created 5 years, 5 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
Index: syzygy/runlaa/runlaa.rc
diff --git a/syzygy/agent/asan/syzyasan_dyn.rc b/syzygy/runlaa/runlaa.rc
similarity index 80%
copy from syzygy/agent/asan/syzyasan_dyn.rc
copy to syzygy/runlaa/runlaa.rc
index 58241fe222aaf0883a13d6f4b924446d893c1889..a226a1899b848c6aeb22c01ad98e8f11ab830734 100644
--- a/syzygy/agent/asan/syzyasan_dyn.rc
+++ b/syzygy/runlaa/runlaa.rc
@@ -16,9 +16,9 @@
#error Don't open this file in the GUI, it'll be massacred on save.
#endif // APSTUDIO_INVOKED
-#define SYZYGY_FILETYPE VFT_DLL
-#define SYZYGY_DESCRIPTION "Syzygy Dynamic Asan runtime DLL"
-#define SYZYGY_INTERNALNAME "SYZYASAN_DYN"
-#define SYZYGY_ORIGINALFILENAME "syzyasan_dyn.dll"
+#define SYZYGY_FILETYPE VFT_APP
+#define SYZYGY_DESCRIPTION "Syzygy Run LargeAddressAware"
+#define SYZYGY_INTERNALNAME "RunLAA"
+#define SYZYGY_ORIGINALFILENAME "runlaa.exe"
#include "syzygy/version/version.rc"

Powered by Google App Engine
This is Rietveld 408576698