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

Method raw_view

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

Source from the content-addressed store, hash-verified

201 }
202
203 fn raw_view(&self) -> Option<Ref<BinaryView>> {
204 self.file().view_of_type("Raw")
205 }
206
207 fn view_type(&self) -> BnString {
208 let ptr: *mut c_char = unsafe { BNGetViewType(self.as_ref().handle) };

Callers 8

is_pdbFunction · 0.80
is_raw_non_dwo_dwarfFunction · 0.80
is_raw_dwo_dwarfFunction · 0.80
has_build_id_sectionFunction · 0.80
parse_dwarfFunction · 0.80
parse_infoMethod · 0.80
get_build_idFunction · 0.80

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 2

view_of_typeMethod · 0.80
fileMethod · 0.45

Tested by

no test coverage detected