开发者

List of Win32 APIs that require administrative privilege

I'm trying开发者_运维问答 to find a list of Win32 API functions that require the process that uses them to have heightened administrative privileges in order to use them. Does anyone know where I could find a list of these functions? Thanks!


Such a list simply does not and can not exist. Because an API alone does not determine what privileges are required (it can, but in most cases it doesn't).

For example take one of the oldest and most used APIs there is: CreateFile.

  • Reading a file in the windows directory is allowed for normal users, writing/creating one however isn't.
  • Using the API to create a local pipe is allowed for normal users, creating a global pipe or networked pipe usually isn't (depends on further security settings/group policies).

And many more examples.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜