view test/resolve_self/CMakeLists.txt @ 202:030fbb70aa1b

- changed allocwx code: * to introduce a call allowing to switch the written page to be executable (e.g. using mprotect) * changed mmap based code so page is always W^X
author Tassilo Philipp
date Mon, 20 Mar 2017 23:12:58 +0100
parents e1706ad13e9e
children 2536413edfd8
line wrap: on
line source

add_executable(resolve_self main.c)
target_link_libraries(resolve_self dynload_s)