Class: Msf::Post::Windows::FileSystem::ObjectAttributes

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/msf/core/post/windows/file_system.rb

Constant Summary collapse

OBJ_INHERIT =

Valid values for the Attributes field

0x00000002
OBJ_PERMANENT =
0x00000010
OBJ_EXCLUSIVE =
0x00000020
OBJ_CASE_INSENSITIVE =
0x00000040
OBJ_OPENIF =
0x00000080
0x00000100
OBJ_KERNEL_HANDLE =
0x00000200
OBJ_FORCE_ACCESS_CHECK =
0x00000400
OBJ_IGNORE_IMPERSONATED_DEVICEMAP =
0x00000800
OBJ_DONT_REPARSE =
0x00001000
OBJ_VALID_ATTRIBUTES =
0x00001FF2