Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ UpdateFunctionPointer
Method
UpdateFunctionPointer
NULLC/Linker.cpp:589–593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
fptrUpdater = updater;
588
}
589
void Linker::UpdateFunctionPointer(unsigned dest, unsigned source)
590
{
591
if(fptrUpdater)
592
fptrUpdater(dest, source);
593
}
Callers
2
nullcSetFunction
Function · 0.80
RewriteX86
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected