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

Method set_endianness

rust/src/binary_writer.rs:55–57  ·  view source on GitHub ↗
(&mut self, endianness: Endianness)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn set_endianness(&mut self, endianness: Endianness) {
56 unsafe { BNSetBinaryWriterEndianness(self.handle, endianness) }
57 }
58
59 pub fn seek_to_offset(&mut self, offset: u64) {
60 unsafe { BNSeekBinaryWriter(self.handle, offset) }

Callers 1

new_with_optsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected