add patch_process_vm(). (in progress)

This function patches specified range of specified user space even if
the range is not writable.

refs #401
This commit is contained in:
NAKAMURA Gou
2015-03-03 19:25:05 +09:00
parent 22d8d169b6
commit 2eac58aab3
3 changed files with 67 additions and 4 deletions

View File

@ -219,6 +219,7 @@ enum x86_pf_error_code {
PF_RSVD = 1 << 3,
PF_INSTR = 1 << 4,
PF_PATCH = 1 << 29,
PF_POPULATE = 1 << 30,
};