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

Method len

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

Source from the content-addressed store, hash-verified

1993 }
1994
1995 fn len(&self) -> u64 {
1996 unsafe { BNGetViewLength(self.handle) }
1997 }
1998
1999 fn executable(&self) -> bool {
2000 unsafe { BNIsExecutableView(self.handle) }

Callers 9

offset_validMethod · 0.45
read_into_vecMethod · 0.45
from_dataMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
insertMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected