MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / get_symbol

Function get_symbol

icicle-cortexm/src/lib.rs:367–370  ·  view source on GitHub ↗
(vm: &mut icicle_vm::Vm, symbol: &str)

Source from the content-addressed store, hash-verified

365}
366
367fn get_symbol(vm: &mut icicle_vm::Vm, symbol: &str) -> anyhow::Result<u64> {
368 parse_addr_or_symbol(symbol, vm)
369 .ok_or_else(|| anyhow::format_err!("Failed to resolve symbol: {symbol}"))
370}
371
372/// Attempts to find an ELF binary with the same base name as target path to load debug info from.
373fn find_elf_for_path(path: PathBuf) -> Option<PathBuf> {

Callers 1

fuzzware_initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected