(&self)
| 45 | } |
| 46 | |
| 47 | pub fn identifier(&self) -> LinearViewObjectIdentifier { |
| 48 | let raw = unsafe { BNGetLinearViewObjectIdentifier(self.handle) }; |
| 49 | LinearViewObjectIdentifier::from_owned_raw(raw) |
| 50 | } |
| 51 | |
| 52 | pub fn data_only(view: &BinaryView, settings: &DisassemblySettings) -> Ref<Self> { |
| 53 | unsafe { |
no outgoing calls
no test coverage detected