Functionsยง
- find_
base_ address - Finds the base address of a module within a process.
- find_
process - Finds the process ID (PID) of a process by its name.
- fix_cr3
- Attempts to fix the CR3 register for a given process and module.
- get_
winver - Retrieves the Windows version from the VMM instance.
- init
- Initializes a
Vmm
instance with the provided path and arguments.