1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-20 01:09:33 +08:00
Files
Alas/blcrack/cracker/Dobby/source/InstructionRelocation/InstructionRelocation.h
2025-11-01 00:23:46 +08:00

6 lines
224 B
C

#include "dobby/dobby_internal.h"
void GenRelocateCode(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated, bool branch);
void GenRelocateCodeAndBranch(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated);