pub unsafe fn stack_frame(
module: *mut c_void,
runtime: &ImageRuntimeFunction,
) -> Option<(bool, u32)>Expand description
Compute total stack size, rejecting any frame that uses RBP/RSP as a non-volatile save target. Used when picking the first decoy prologue.