robot
robot copied to clipboard
Use non-ex functions when modifying own process
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.