Hello,
I've never used security descriptors before (mainly because I didn't have a NT-based system) and I wonder what it is (briefly said - it's something I can find out by myself in the docs I think) and if it is just fine if I use a default security descriptor. I mean, will it grant me *all* access rights and if not, which ones will be given to me?
For instance, I'm using CreateProcess to create a child process in which I would like to write the code with WriteProcessMemory and change the protection flags with VirtualProtectEx...
Thanks for replying.