Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_valid
Method · 0.45
read_into_vec
Method · 0.45
define_auto_types_with_progress
Method · 0.45
define_user_types_with_progress
Method · 0.45
from_data
Method · 0.45
read
Method · 0.45
write
Method · 0.45
insert
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected