MCPcopy 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}
589void Linker::UpdateFunctionPointer(unsigned dest, unsigned source)
590{
591 if(fptrUpdater)
592 fptrUpdater(dest, source);
593}

Callers 2

nullcSetFunctionFunction · 0.80
RewriteX86Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected