Skip to content

Conversation

@romank-msft
Copy link

The process_vm_readv syscall might not be available on some systems due to the age or being disabled in the kernel configuration. The get_va_regions function uses it unconditionally.

Use the ReadProcessMmeory trait instead to abstract these deatils away and fix older systems and systems with a custom kernel configurations disabling the process_vm_readv call.

The `process_vm_readv` syscall might not be available on some
systems due to the age or being disabled in the kernel
configuration. The `get_va_regions` function uses it without
unconditionally.

Use the `ReadProcessMmeory` trait instead to abstract these
deatils away and fix older systems and systems with a custom
kernel configurations disabling the `process_vm_readv` call.
@chris-oo chris-oo requested a review from tjones60 January 29, 2025 19:11
@chris-oo chris-oo self-assigned this Jan 29, 2025
@chris-oo chris-oo requested a review from smalis-msft January 29, 2025 19:11
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

Successfully merging this pull request may close these issues.

2 participants