mmap-loader 0.4.6

A Portable Executable manual map loader
Documentation
1
2
3
pub fn to_wide(string: &str) -> Vec<u16> {
    string.encode_utf16().chain(std::iter::once(0)).collect()
}