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