update includes

This commit is contained in:
robert-yates
2024-11-23 19:00:53 +01:00
parent 8e049a2650
commit 22d64437aa
7 changed files with 17 additions and 127 deletions

View File

@@ -1,10 +1,11 @@
#include <cstdint>
#include <cstdio>
#include <Windows.h>
#include <cstring>
#include <platform/compiler.hpp>
#define THE_SIZE 30
extern "C" __declspec(noinline) __declspec(dllexport)
extern "C" NO_INLINE EXPORT_SYMBOL
void vulnerable(const uint8_t* data, const size_t size)
{
if (size < 10)