index
:
substitute
master
Runtime hooking library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
execmem.h
blob: f46b7d63e6ca063adf801a9e26a5cb0b805546db (
plain
) (
blame
)
1
2
3
#pragma once
#include
<stdlib.h>
int
execmem_write
(
void
*
dest
,
const
void
*
src
,
size_t
len
);