check_header("pthread.h") check_header("endian.h") check_header("sys/endian.h") # Checks for functions if(NOT MSVC) set(CMAKE_REQUIRED_LIBRARIES "-pthread") endif() check_function("gettid" "unistd.h") check_function("strlcpy" "string.h") check_function("strlcat" "strin...
<dbghelp.h> // clang-format on #if defined(_MSC_VER) #pragma comment(lib, "dbghelp.lib") #endif using so_handle = HMODULE; #ifdef UNICODE # define CR_WINDOWS_ConvertPath(_newpath, _path) std::wstring _newpath(cr_utf8_to_wstring(_path)) ...
VirtualSize; if ((rva >= sectionHeader->VirtualAddress) && (rva < sectionHeader->VirtualAddress + sectionSize)) { found = true; break; } } if (!found) { return false; } const int diff = static_cast<int>(sectionHeader->VirtualAddress - sectionHeader->PointerToRawData); fileOffset =...
SET(EXTERNAL_LIBRARIES ${EXTERNAL_LIBRARIES} Ws2_32 Winmm imm32 Ole32 OleAut32 Dbghelp) ADD_DEFINITIONS(-DVERSE_WINDOWS) SET(VERSE_PLATFORM "Windows") ELSEIF(APPLE) ADD_DEFINITIONS(-DVERSE_APPLE) SET(VERSE_PLATFORM "MacOSX") # TODO ELSE() IF(NOT USE_WASM_OPTIONS) FIND_PACKA...
TODO:: check why x64 is not provided set(BIN_LIBS ${BIN_LIBS} ${DEV_PROVIDED_LIBS_FOLDER}/dbghelp.dll) endif() set(BIN_LIBS ${BIN_LIBS} ${DEV_PROVIDED_LIBS_FOLDER}/libcrypto-3.dll) set(BIN_LIBS ${BIN_LIBS} ${DEV_PROVIDED_LIBS_FOLDER}/libssl-3.dll) set(BIN_LIBS ${...
(--lia-bs-box-shadow)","headerFontWeight":"700","__typename":"ModalThemeSettings"},"navbar":{"position":"FIXED","background":{"attachment":null,"clip":null,"color":"var(--lia-bs-white)","imageAssetName":null,"imageLastModified":"0","origin":null,"position":"CENTER_CENTER","...
one for the x86 guest DLLs and one for the x86_64 guest DLLs. I usually do a fresh rebuild over night. After a Wine update trying to do an incremental build usually won't save you any time because a single change to a low level Wine header (e.g. winbase.h or winternl.h) will ...
stackwalkerc.h added 'hash' argument to capture_current, resolve_callstack now skips… Aug 8, 2021 Repository files navigation README BSD-2-Clause license stackwalkerc - Windows single header stack walker in C (DbgHelp.DLL) Features Can be used in C or C++ code Super simple API Single head...
set (CMAKE_REQUIRED_LIBRARIES dbghelp) check_cxx_symbol_exists (UnDecorateSymbolName "windows.h;dbghelp.h" HAVE_DBGHELP) cmake_pop_check_state () if (WITH_FUZZING STREQUAL none) # Disable compiler demangler if fuzzing is active; we only want to use the # glog demangler then. check...
ENDIF (NOT USING_NMAKE AND NOT USING_NINJA) # disable warnings SET(_warnings "${_warnings} /wd4091 ") # 'typedef': ignored on left of '' when no variable is declared (occurs in MS DbgHelp.h header) SET(_warnings "${_warnings} /wd4100 ") # unused formal parameters SET(_wa...