OperatingSystemBase¶
-
class
tenjint.plugins.operatingsystem.OperatingSystemBase[source]¶ Base class for all operating systems.
Attributes
The rekall session object.
Methods
Initialize self.
Get symbols by address.
Get the address of a symbol.
OperatingSystemBase.load(**kwargs)Detects the guest operating system (OS).
OperatingSystemBase.process([pid, dtb])Get a process running in the guest.
Uninit function
OperatingSystemBase.vtop(vaddr[, pid, dtb, …])Translate a guest virtual address to a guest physical address.