lief::assembly::config

Type Alias SymbolResolver

pub type SymbolResolver = dyn Fn(&str) -> Option<u64> + Send + Sync + 'static;