geode/loader/dobby/source/PlatformUnifiedInterface/ExecMemory/CodePatchTool.h
2022-07-30 19:24:03 +03:00

9 lines
No EOL
234 B
C

#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