c++ - Set access permission on an application as antivirus do -
i trying set permission on application read/execute only, can achieve using c++ windows setsecuritydescriptordacl() function.
but after admin can change right clicking on file
properties->security->advanced->change permission
but somehow antivirus prevents these charges on application shown in below image

Comments
Post a Comment