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/arm64/InstructionRelocationARM64.h
2025-11-01 00:23:46 +08:00

13 lines
271 B
C++

#pragma once
#include "dobby/dobby_internal.h"
#include "core/arch/arm64/constants-arm64.h"
#if 0
namespace zz {
namespace arm64 {
void GenRelocateCodeAndBranch(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated);
} // namespace arm64
} // namespace zz
#endif