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

Method set_virtual_base

rust/src/binary_reader.rs:67–69  ·  view source on GitHub ↗
(&mut self, virtual_base_addr: u64)

Source from the content-addressed store, hash-verified

65 }
66
67 pub fn set_virtual_base(&mut self, virtual_base_addr: u64) {
68 unsafe { BNSetBinaryReaderVirtualBase(self.handle, virtual_base_addr) }
69 }
70
71 /// Prefer using [crate::binary_reader::BinaryReader::seek] over this.
72 pub fn seek_to_offset(&mut self, offset: u64) {

Callers 2

new_with_optsMethod · 0.80
test_binary_reader_readFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_binary_reader_readFunction · 0.64