misc0110/PTEditor

Request for pteditor package pointer

liuyibox opened this issue · 1 comments

It looks like the real implementations of ptedit_resolve_kernel and ptedit_update_kernel are in the pteditor driver module, which is loaded before these API calls. I am wondering if there are sources we could learn deeper on how pteditor implements the detailed functionalities.

Correct. You can simply look at the source code of the module. For Linux, the relevant code starts at

case PTEDITOR_IOCTL_CMD_VM_RESOLVE:
(resolve) and
case PTEDITOR_IOCTL_CMD_VM_UPDATE:
(update).