Skip to main content

coff_edit_impl

Function coff_edit_impl 

Source
fn coff_edit_impl<'data, Coff: CoffHeader>(
    data: &'data [u8],
    header: &'data Coff,
    hide: bool,
    rename: Option<&(FxHashSet<String>, &str)>,
    strip_underscore: bool,
) -> Option<Vec<u8>>