MCPcopy Create free account
hub / github.com/acl-dev/acl / SetBrlTarget

Method SetBrlTarget

lib_fiber/cpp/src/detours/disasm.cpp:2132–2136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132VOID DETOUR_IA64_BUNDLE::SetBrlTarget(UINT64 target)
2133{
2134 UINT64 imm = target - (UINT64)this;
2135 SetBrlImm(imm);
2136}
2137
2138BOOL DETOUR_IA64_BUNDLE::IsMovlGp() const
2139{

Callers 2

DetourAttachExFunction · 0.80
CopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected