B
bbach17
I run Windows 2000 Professional and I need to prevent the guest ID from
scanning another process memory using OpenProcess().
The reason for this is that there is a process that runs under
administrator. It is a security process. I have to allow others under
the guest ID to run executables for which I don't have the code while
the security process is running.
I have to prevent them from scanning the security process memory and
learning it's private key.
I ran ntrights.exe to disable SeDebugPrivilege.
Will the guest ID fail when he tries to call OpenProcess() on the
security process?
I am not a very capable programmer and I can't test this. I am hoping
perhaps someone here knows.
Are there any other Win32 SDK calls available to the guest ID so he can
scan the security process?
Thanks in advance.
scanning another process memory using OpenProcess().
The reason for this is that there is a process that runs under
administrator. It is a security process. I have to allow others under
the guest ID to run executables for which I don't have the code while
the security process is running.
I have to prevent them from scanning the security process memory and
learning it's private key.
I ran ntrights.exe to disable SeDebugPrivilege.
Will the guest ID fail when he tries to call OpenProcess() on the
security process?
I am not a very capable programmer and I can't test this. I am hoping
perhaps someone here knows.
Are there any other Win32 SDK calls available to the guest ID so he can
scan the security process?
Thanks in advance.