OperatingSystemLinux¶
-
class
tenjint.plugins.operatingsystem.
OperatingSystemLinux
[source]¶ Base class for Linux systems.
Attributes
Get the location of the per_cpu offset.
Retrieve the width of a pointer.
Methods
Initialize self.
OperatingSystemLinux.current_process
(cpu_num)Retrieve the current process.
Get symbols by address.
Get the address of a symbol.
OperatingSystemLinux.load
(**kwargs)Detects the guest operating system (OS).
OperatingSystemLinux.process
([pid, dtb])Get a process running in the guest.
Read a kernel pointer from the given address.
Uninit function
OperatingSystemLinux.vtop
(vaddr[, pid, dtb, …])Translate a guest virtual address to a guest physical address.