MCPcopy 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
134fn adjust_stack_pointer(ctx: &mut CONTEXT, amount: i32) {
135 ctx.Rsp += amount as u64;
136}
137
138fn set_ip(ctx: &mut CONTEXT, new_ip: usize) {
139 ctx.Rip = new_ip as u64;

Callers 1

exception_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected