vivisect 0.1.13

A cross-platform, ELF, Mach-o, and PE binary parsing and loading crate.
Documentation
1
2
3
pub trait MemoryCanvas {
    fn add_text(&self, text: String, tag: Option<String>);
}