geode/loader/dobby/source/PlatformUnifiedInterface/ExecMemory/CodePatchTool.h

9 lines
234 B
C
Raw Normal View History

2022-07-30 12:24:03 -04:00
#ifndef PLATFORM_INTERFACE_CODE_PATCH_TOOL_H
#define PLATFORM_INTERFACE_CODE_PATCH_TOOL_H
#include "PlatformUnifiedInterface/StdMemory.h"
MemoryOperationError CodePatch(void *address, uint8_t *buffer, uint32_t buffer_size);
#endif