flat assembler
Message board for the users of flat assembler.
Index
> Windows > File Permissions |
Author |
|
Apolo 23 Mar 2017, 15:16
How set permissions in a file using SetFileSecurity API?
|
|||
23 Mar 2017, 15:16 |
|
Apolo 24 Mar 2017, 07:09
Aaarrggghhh!
|
|||
24 Mar 2017, 07:09 |
|
Trinitek 24 Mar 2017, 07:31
https://msdn.microsoft.com/en-us/library/windows/desktop/aa379577.aspx
SetFileSecurity takes an ASCIZ path to the file you want to modify, a SECURITY_INFORMATION structure, which is actually just a bitfield in a DWORD, and a SECURITY_DESCRIPTOR struct that requires you to use a set of getter and setter methods to acquire and modify as opposed to passing in a struct of your own. |
|||
24 Mar 2017, 07:31 |
|
Apolo 24 Mar 2017, 09:19
I need to know how to declare SECURITY_DESCRIPTOR and TOKEN_USER structures in 64 bits
|
|||
24 Mar 2017, 09:19 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.