Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2132
VOID DETOUR_IA64_BUNDLE::SetBrlTarget(UINT64 target)
2133
{
2134
UINT64 imm = target - (UINT64)this;
2135
SetBrlImm(imm);
2136
}
2137
2138
BOOL DETOUR_IA64_BUNDLE::IsMovlGp() const
2139
{
Callers
2
DetourAttachEx
Function · 0.80
Copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected