mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
update includes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user