Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QBDI/QBDI
/ floatStateToFPRState
Function
floatStateToFPRState
tools/validator/darwin_process.cpp:327–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
void floatStateToFPRState(THREAD_STATE_FP *fs, QBDI::FPRState *fprState) {
328
return qbdipreload_floatCtxToFPRState((void *)fs, fprState);
329
}
Callers
2
getProcessFPR
Method · 0.85
qbdipreload_on_premain
Method · 0.85
Calls
1
qbdipreload_floatCtxToFPRState
Function · 0.50
Tested by
no test coverage detected