volatility3.framework.symbols.linux.extensions package¶
- class bpf_prog(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class bt_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class dentry(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- d_ancestor(ancestor_dentry)[source]¶
Search for an ancestor
Returns the ancestor dentry which is a child of “ancestor_dentry”, if “ancestor_dentry” is an ancestor of “child_dentry”, else None.
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- is_subdir(old_dentry)[source]¶
Is this dentry a subdirectory of old_dentry?
Returns true if this dentry is a subdirectory of the parent (at any depth). Otherwise, it returns false.
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class files_struct(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class fs_struct(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class inet_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class kobject(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class list_head(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
,Iterable
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- to_list(symbol_type, member, forward=True, sentinel=True, layer=None)[source]¶
Returns an iterator of the entries in the list.
- Parameters:
symbol_type (
str
) – Type of the list elementsmember (
str
) – Name of the list_head member in the list elementsforward (
bool
) – Set false to go backwardssentinel (
bool
) – Whether self is a “sentinel node”, meaning it is not embedded in a member of the listhttps (Sentinel nodes are NOT yielded. See) – //en.wikipedia.org/wiki/Sentinel_node for further reference
- Yields:
Objects of the type specified via the “symbol_type” argument.
- Return type:
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class maple_tree(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- MAPLE_ARANGE_64 = 3¶
- MAPLE_DENSE = 0¶
- MAPLE_LEAF_64 = 1¶
- MAPLE_NODE_POINTER_MASK = 255¶
- MAPLE_NODE_TYPE_MASK = 15¶
- MAPLE_NODE_TYPE_SHIFT = 3¶
- MAPLE_RANGE_64 = 2¶
- MT_FLAGS_HEIGHT_MASK = 124¶
- MT_FLAGS_HEIGHT_OFFSET = 2¶
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class mm_struct(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_maple_tree_iter()[source]¶
Returns an iterator for the mm_mt member of an mm_struct.
- Return type:
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- get_vma_iter()[source]¶
Returns an iterator for the VMAs in an mm_struct. Automatically choosing the mmap or mm_mt as required.
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class mnt_namespace(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class module(context, type_name, object_info, size, members)[source]¶
Bases:
GenericIntelProcess
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property num_symtab¶
- property section_strtab¶
- property section_symtab¶
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class mount(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- MNT_FLAGS = {1: 'nosuid', 2: 'nodev', 4: 'noexec', 8: 'noatime', 16: 'nodiratime', 32: 'relatime'}¶
- MNT_NOATIME = 8¶
- MNT_NODEV = 2¶
- MNT_NODIRATIME = 16¶
- MNT_NOEXEC = 4¶
- MNT_NOSUID = 1¶
- MNT_READONLY = 64¶
- MNT_RELATIME = 32¶
- MNT_SHARED = 4096¶
- MNT_SHRINKABLE = 256¶
- MNT_UNBINDABLE = 8192¶
- MNT_WRITE_HOLD = 512¶
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_dominating_id(root)[source]¶
Get ID of closest dominating peer group having a representative under the given root.
- Return type:
- get_peer_under_root(ns, root)[source]¶
Return true if path is reachable from root. It mimics the kernel function is_path_reachable(), ref: fs/namespace.c
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- get_vfsmnt_parent()[source]¶
Gets the parent fs (vfsmount) to where it’s mounted on
- Returns:
A ‘vfsmount’
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_parent()[source]¶
Checks if this mount has a parent
- Returns:
‘True’ if this mount has a parent
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- is_path_reachable(current_dentry, root)[source]¶
Return true if path is reachable. It mimics the kernel function with same name, ref fs/namespace.c:
- Return type:
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class net(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class netlink_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class packet_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class qstr(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class socket(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class struct_file(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class super_block(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- MINORBITS = 20¶
- SB_DIRSYNC = 128¶
- SB_I_VERSION = 8388608¶
- SB_KERNMOUNT = 4194304¶
- SB_LAZYTIME = 33554432¶
- SB_MANDLOCK = 64¶
- SB_NOATIME = 1024¶
- SB_NODEV = 4¶
- SB_NODIRATIME = 2048¶
- SB_NOEXEC = 8¶
- SB_NOSUID = 2¶
- SB_OPTS = {16: 'sync', 64: 'mand', 128: 'dirsync', 33554432: 'lazytime'}¶
- SB_POSIXACL = 65536¶
- SB_RDONLY = 1¶
- SB_SILENT = 32768¶
- SB_SYNCHRONOUS = 16¶
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class task_struct(context, type_name, object_info, size, members)[source]¶
Bases:
GenericIntelProcess
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- add_process_layer(config_prefix=None, preferred_name=None)[source]¶
Constructs a new layer based on the process’s DTB.
Returns the name of the Layer or None.
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_process_memory_sections(heap_only=False)[source]¶
Returns a list of sections based on the memory manager’s view of this task’s virtual memory.
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- get_threads()[source]¶
Returns a list of the task_struct based on the list_head thread_node structure.
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property is_kernel_thread: bool¶
Checks if this task is a kernel thread.
- Returns:
True, if this task is a kernel thread. Otherwise, False.
- Return type:
- property is_thread_group_leader: bool¶
Checks if this task is a thread group leader.
- Returns:
True, if this task is a thread group leader. Otherwise, False.
- Return type:
- property is_user_thread: bool¶
Checks if this task is a user thread.
- Returns:
True, if this task is a user thread. Otherwise, False.
- Return type:
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class unix_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class vfsmount(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- get_vfsmnt_current()[source]¶
Returns the current fs where we are mounted on
- Returns:
A ‘vfsmount *’
- get_vfsmnt_parent()[source]¶
Gets the parent fs (vfsmount) to where it’s mounted on
- Returns:
A ‘vfsmount *’ For kernels >= 3.3.8: A ‘vfsmount’
- Return type:
For kernels < 3.3.8
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- is_equal(vfsmount_ptr)[source]¶
Helper to make sure it is comparing two pointers to ‘vfsmount’.
Depending on the kernel version, the calling object (self) could be a ‘vfsmount ‘ (<3.3.8) or a ‘vfsmount’ (>=3.3.8). This way we trust in the framework “auto” dereferencing ability to assure that when we reach this point ‘self’ will be a ‘vfsmount’ already and self.vol.offset a ‘vfsmount *’ and not a ‘vfsmount *’. The argument must be a ‘vfsmount *’. Typically, it’s called from do_get_path().
- Parameters:
vfsmount_ptr (vfsmount *) – A pointer to a ‘vfsmount’
- Raises:
exceptions.VolatilityException – If vfsmount_ptr is not a ‘vfsmount *’
- Returns:
‘True’ if the given argument points to the the same ‘vfsmount’ as ‘self’.
- Return type:
- Return type:
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class vm_area_struct(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- extended_flags = {1: 'VM_READ', 2: 'VM_WRITE', 4: 'VM_EXEC', 8: 'VM_SHARED', 16: 'VM_MAYREAD', 32: 'VM_MAYWRITE', 64: 'VM_MAYEXEC', 128: 'VM_MAYSHARE', 256: 'VM_GROWSDOWN', 512: 'VM_NOHUGEPAGE', 1024: 'VM_PFNMAP', 2048: 'VM_DENYWRITE', 4096: 'VM_EXECUTABLE', 8192: 'VM_LOCKED', 16384: 'VM_IO', 32768: 'VM_SEQ_READ', 65536: 'VM_RAND_READ', 131072: 'VM_DONTCOPY', 262144: 'VM_DONTEXPAND', 524288: 'VM_RESERVED', 1048576: 'VM_ACCOUNT', 2097152: 'VM_NORESERVE', 4194304: 'VM_HUGETLB', 8388608: 'VM_NONLINEAR', 16777216: 'VM_MAPPED_COP__VM_HUGEPAGE', 33554432: 'VM_INSERTPAGE', 67108864: 'VM_ALWAYSDUMP', 134217728: 'VM_CAN_NONLINEAR', 268435456: 'VM_MIXEDMAP', 536870912: 'VM_SAO', 1073741824: 'VM_PFN_AT_MMAP', 2147483648: 'VM_MERGEABLE'}¶
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- perm_flags = {1: 'r', 2: 'w', 4: 'x'}¶
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class vsock_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
- class xdp_sock(context, type_name, object_info, size, members)[source]¶
Bases:
StructType
Constructs an Object adhering to the ObjectInterface.
- Parameters:
context (
ContextInterface
) – The context associated with the objecttype_name (
str
) – The name of the type structure for the objectobject_info (
ObjectInformation
) – Basic information relevant to the object (layer, offset, member_name, parent, etc)
- class VolTemplateProxy¶
Bases:
VolTemplateProxy
- classmethod child_template(template, child)¶
Returns the template of a child to its parent.
- Return type:
- classmethod has_member(template, member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- classmethod relative_child_offset(template, child)¶
Returns the relative offset of a child to its parent.
- Return type:
- classmethod replace_child(template, old_child, new_child)¶
Replace a child elements within the arguments handed to the template.
- Return type:
- cast(new_type_name, **additional)¶
Returns a new object at the offset and from the layer that the current object inhabits. :rtype:
ObjectInterface
Note
If new type name does not include a symbol table, the symbol table for the current object is used
- get_symbol_table_name()¶
Returns the symbol table name for this particular object.
- Raises:
ValueError – If the object’s symbol does not contain an explicit table
KeyError – If the table_name is not valid within the object’s context
- Return type:
- has_member(member_name)¶
Returns whether the object would contain a member called member_name.
- Return type:
- has_valid_member(member_name)¶
Returns whether the dereferenced type has a valid member.
- has_valid_members(member_names)¶
Returns whether the object has all of the members listed in member_names
- property vol: ReadOnlyMapping¶
Returns the volatility specific object information.
- write(value)¶
Writes the new value into the format at the offset the object currently resides at.
Submodules¶
- volatility3.framework.symbols.linux.extensions.bash module
hist_entry
hist_entry.VolTemplateProxy
hist_entry.cast()
hist_entry.get_command()
hist_entry.get_symbol_table_name()
hist_entry.get_time_as_integer()
hist_entry.get_time_object()
hist_entry.has_member()
hist_entry.has_valid_member()
hist_entry.has_valid_members()
hist_entry.is_valid()
hist_entry.member()
hist_entry.vol
hist_entry.write()
- volatility3.framework.symbols.linux.extensions.elf module
elf
elf_phdr
elf_phdr.VolTemplateProxy
elf_phdr.cast()
elf_phdr.dynamic_sections()
elf_phdr.get_symbol_table_name()
elf_phdr.get_vaddr()
elf_phdr.has_member()
elf_phdr.has_valid_member()
elf_phdr.has_valid_members()
elf_phdr.member()
elf_phdr.parent_e_type
elf_phdr.parent_offset
elf_phdr.type_prefix
elf_phdr.vol
elf_phdr.write()
elf_sym