MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / memory_map

Method memory_map

rust/src/binary_view.rs:924–926  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

922 }
923
924 fn memory_map(&self) -> MemoryMap {
925 MemoryMap::new(self.as_ref().to_owned())
926 }
927
928 fn add_auto_function(&self, plat: &Platform, addr: u64) -> Option<Ref<Function>> {
929 unsafe {

Callers

nothing calls this directly

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 2

to_ownedMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected