mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 23:41:03 +00:00
Prepare fuzzing engine
This commit is contained in:
8
src/windows-emulator/context_frame.hpp
Normal file
8
src/windows-emulator/context_frame.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "x64_emulator.hpp"
|
||||
|
||||
namespace context_frame
|
||||
{
|
||||
void save(x64_emulator& emu, CONTEXT& context);
|
||||
void restore(x64_emulator& emu, const CONTEXT& context);
|
||||
}
|
||||
Reference in New Issue
Block a user