Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ AddressRange
Class
AddressRange
rust/src/function.rs:2483–2486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2481
2482
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
2483
pub struct AddressRange {
2484
pub start: u64,
2485
pub end: u64,
2486
}
2487
2488
impl From<BNAddressRange> for AddressRange {
2489
fn from(raw: BNAddressRange) -> Self {
Callers
1
removeRange
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected