MCPcopy Create free account
hub / github.com/OpenByteDev/dll-syringe / write

Method write

src/process/memory/buffer.rs:332–364  ·  view source on GitHub ↗

Copies the contents of the given local buffer to this buffer at the given offset. # Panics This function will panic if the given offset plus the size of the local buffer exceeds this buffer's length.

(&self, offset: usize, buf: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

get_procedure_addressMethod · 0.45
callMethod · 0.45
write_structMethod · 0.45
single_allocFunction · 0.45
multi_allocFunction · 0.45

Calls 5

is_localMethod · 0.45
as_ptrMethod · 0.45
lenMethod · 0.45
is_emptyMethod · 0.45
as_raw_handleMethod · 0.45

Tested by 2

single_allocFunction · 0.36
multi_allocFunction · 0.36