diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-06-26 22:49:46 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-06-26 22:49:46 +0200 |
commit | eb0a26d1a5daba58f8500019df79a1fb0919c8e0 (patch) | |
tree | da44be1639382eb8ba0026ea0a88dfc35c4d0447 | |
parent | 154d6e7b22767592b4e248d3d1973778c235265a (diff) |
changed some CMake defaults
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2592ae4..81346da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,9 +82,9 @@ set(BUILD_ALL_TOOLS OFF CACHE BOOL "build decrypter/disasm/loader_decrypt test e set(BUILD_CNCMASTER OFF CACHE BOOL "build the command and control center: master instance") set(BUILD_CNCPROXY OFF CACHE BOOL "build the command and control center: forwarding proxy instance") set(ENABLE_IRC OFF CACHE BOOL "enable IRC support (deprecated/obsolete)") -set(HTTP_LOCALHOST OFF CACHE BOOL "client uses localhost as connect back adr instead of web2tor gateways") -set(INFECT_DUMMY OFF CACHE BOOL "malware will ONLY infect dummy.exe in the current working dir") -set(EXTRA_VERBOSE OFF CACHE BOOL "print additional debugging information (_PRE_RELEASE only!)") +set(HTTP_LOCALHOST ON CACHE BOOL "client uses localhost as connect back adr instead of web2tor gateways") +set(INFECT_DUMMY ON CACHE BOOL "malware will ONLY infect dummy.exe in the current working dir") +set(EXTRA_VERBOSE ON CACHE BOOL "print additional debugging information (_PRE_RELEASE only!)") unset(tmp) GetMillerSectionFromInclude("${MILLER_HDRDIR}/xor_strings.h" "LDRSECTION" tmp) |