docs.rs failed to build osxmem-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
osxmem-0.1.3
osxmem
Read and write process memory on macOS using the Mach kernel APIs.
Requirements
- macOS only
- Must be ran with root
Usage
use Process;
use ;
// attach by name or PID
let process = open_by_name.unwrap;
// or: Process::open(1234).unwrap();
let address: usize = 0x7060E5800;
let health: f32 = .unwrap;
println!;
.unwrap;
read_mem and write_mem are generic over any Copy type, so u8, i32, f64, structs, etc. all work the same way.
License
MIT