Program Files下生成很多文件夹以及crx文件
发表于 : 2023年 10月 20日 15:46
C:\Program Files\safe_temp
在该文件夹,生成了很多文件夹以及crx文件
版本:v3.10.4 便携版
在该文件夹,生成了很多文件夹以及crx文件
版本:v3.10.4 便携版
代码: 全选
// The directory is created under `GetSecureSystemTemp` for security reasons if
// the caller is admin to avoid attacks from lower privilege processes.
//
// If unable to create a dir under `GetSecureSystemTemp`, the dir is created
// under %TEMP%. The reasons for not being able to create a dir under
// `GetSecureSystemTemp` could be because `%systemroot%\SystemTemp` does not
// exist, or unable to resolve `DIR_WINDOWS` or `DIR_PROGRAM_FILES`, say due to
// registry redirection, or unable to create a directory due to
// `GetSecureSystemTemp` being read-only or having atypical ACLs.