binkit 0.1.1

A modular toolbox for analyzing, disassembling, and patching binary formats
Documentation
1
2
3
4
5
6
7
8
pub struct InjectDTO<'a> {
    pub file: &'a str,
    pub inject: &'a str, 
    pub address: Option<&'a str>,
    pub section: Option<&'a str>,
    pub return_address: Option<&'a str>,
    pub output: &'a str
}