mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
9 lines
No EOL
234 B
C
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 |