Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/c2pain/RustPatchlessCLRLoader
/ adjust_stack_pointer
Function
adjust_stack_pointer
src/main.rs:134–136 ·
view source on GitHub ↗
(ctx: &mut CONTEXT, amount: i32)
Source
from the content-addressed store, hash-verified
132
}
133
134
fn adjust_stack_pointer(ctx: &mut CONTEXT, amount: i32) {
135
ctx.Rsp += amount as u64;
136
}
137
138
fn set_ip(ctx: &mut CONTEXT, new_ip: usize) {
139
ctx.Rip = new_ip as u64;
Callers
1
exception_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected