1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-22 21:09:29 +08:00
Files

6 lines
224 B
C
Raw Permalink Normal View History

2025-11-01 00:23:46 +08:00
#include "dobby/dobby_internal.h"
void GenRelocateCode(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated, bool branch);
void GenRelocateCodeAndBranch(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated);