From e50b22b4f07b452b3ce7261fb543a43aa8f70b88 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Sun, 18 Dec 2016 14:48:36 -0800 Subject: Remove Read/WriteProcessMemory from PAL. (#8655) Ifdef more unused code that uses ReadProcessMemory. Move the current memory probing in the transport to PAL_ProbeMemory. Add PAL_ProbeMemory to dac PAL exports. PAL_ProbeMemory may be changed to use write/read on a pipe to validate the memory as soon as we make it perform as well as the current code. Remove ReadProcessMemory tests and add PAL_ProbeMemory pal tests. --- src/utilcode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utilcode') diff --git a/src/utilcode/CMakeLists.txt b/src/utilcode/CMakeLists.txt index 9d35a7e641..7c396732a1 100644 --- a/src/utilcode/CMakeLists.txt +++ b/src/utilcode/CMakeLists.txt @@ -41,7 +41,6 @@ set(UTILCODE_COMMON_SOURCES outstring.cpp ilformatter.cpp opinfo.cpp - dacutil.cpp sortversioning.cpp corimage.cpp format1.cpp @@ -71,6 +70,7 @@ set(UTILCODE_COMMON_SOURCES if(WIN32) list(APPEND UTILCODE_COMMON_SOURCES appxutil.cpp + dacutil.cpp dlwrap.cpp downlevel.cpp loadrc.cpp -- cgit v1.2.3