robot icon indicating copy to clipboard operation
robot copied to clipboard

Use non-ex functions when modifying own process

Open dkrutsko opened this issue 9 years ago • 0 comments

When using the Process or Memory class on your own process, it might not be necessary to use the Ex variants of various system calls. One example is VirtualQueryEx. That being said, it might not actually make a different. But it might make a difference on Linux. Functions like Memory::SetAccess cannot be used to affect other processes but can be used to affect your own process.

dkrutsko avatar Dec 26 '16 02:12 dkrutsko