Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for pteditor package pointer #19

Closed
liuyibox opened this issue Apr 30, 2021 · 1 comment
Closed

Request for pteditor package pointer #19

liuyibox opened this issue Apr 30, 2021 · 1 comment

Comments

@liuyibox
Copy link

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.

@misc0110
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants