trickster 0.0.6

user-friendly linux memory hacking library.
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate anyhow;
extern crate nix;
#[macro_use]
extern crate scan_fmt;

#[cfg(feature = "byteorder-utils")]
extern crate byteorder;

pub mod external;