文件名称:UserFun
介绍说明--下载内容均来自于网络,请自行研究使用
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descr iptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 807902userfun.zip 列表 2000/ 2000/2000.vcproj 2000/boosthelper.h 2000/Privateobject.h 2000/release/ 2000/release/2000.exe 2000/Safer.h 2000/sized_array.h 2000/UserFun2000.cpp 2000/UserFun2000.h ATL/ ATL/PrivateObject.cpp ATL/PrivateObject.h ATL/release/ ATL/release/UserFun.exe ATL/stdafx.cpp ATL/stdafx.h ATL/UserFun.vcproj ATL/UserFunATL.cpp Boostlib.txt LowLevel/ LowLevel/LowLevel.vcproj LowLevel/release/ LowLevel/release/LowLevel.exe LowLevel/UserFunLowLevel.c ReadMe.txt