D
dw85745
I have a program which links to an enterprise server in real-time.
My program uses a DLL provided by the company who owns the server. This DLL
is currently registered in C:\Windows.
============================
My security objective is to keep the server operator from accessing my
system through their DLL (my machine remote access is disabled) if such code
is included within the DLL -- or -- possibly turn on my remote access
remotely (which I understand can be done) even though it is disabled.
If I move the DLL to a specific directory (folder) along with my program,
how do I configure my system so that:
1) I can execute my program as system administrator, and
2) Keep the server provider within the program directory I created without
getting into other directories (folders) or drives on my system.
Thanks
David
My program uses a DLL provided by the company who owns the server. This DLL
is currently registered in C:\Windows.
============================
My security objective is to keep the server operator from accessing my
system through their DLL (my machine remote access is disabled) if such code
is included within the DLL -- or -- possibly turn on my remote access
remotely (which I understand can be done) even though it is disabled.
If I move the DLL to a specific directory (folder) along with my program,
how do I configure my system so that:
1) I can execute my program as system administrator, and
2) Keep the server provider within the program directory I created without
getting into other directories (folders) or drives on my system.
Thanks
David