Dump emulation state in analyzer (#168)

This commit is contained in:
Maurice Heumann
2025-03-22 14:13:58 +01:00
committed by GitHub
parent b83b405309
commit 1a640ed6d2
7 changed files with 302 additions and 44 deletions

View File

@@ -1,13 +1,7 @@
#pragma once
#if _WIN32
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#define _CRT_NO_POSIX_ERROR_CODES
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include "../utils/win.hpp"
#include <WinSock2.h>
#include <WS2tcpip.h>
#else