mmap-loader 0.5.3

A Portable Executable manual map loader
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    tonic_build::compile_protos("proto/mmap.proto")?;
    Ok(())
}