process: update Process base_address doc a little
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ pub struct Process {
|
|||||||
pub name: String,
|
pub name: String,
|
||||||
/// the process id (th32ProcessID)
|
/// the process id (th32ProcessID)
|
||||||
pub id: u32,
|
pub id: u32,
|
||||||
/// the base address of the module with the same name as `name` (modBaseAddr)
|
/// the base address of the module with the name `name` (modBaseAddr)
|
||||||
#[debug("0x{base_address:X}")]
|
#[debug("0x{base_address:X}")]
|
||||||
pub base_address: usize,
|
pub base_address: usize,
|
||||||
/// the process handle (HANDLE)
|
/// the process handle (HANDLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user