implement r/w of process memory
This commit is contained in:
@@ -10,4 +10,6 @@ pub enum Error {
|
||||
SnapshotError(String),
|
||||
#[error("failed to convert integer")]
|
||||
IntegerConversionError(#[from] std::num::TryFromIntError),
|
||||
#[error("failed to access process memory")]
|
||||
MemoryError(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user