Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ align
Method
align
rust/src/section.rs:137–139 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
135
}
136
137
pub fn align(&self) -> u64 {
138
unsafe { BNSectionGetAlign(self.handle) }
139
}
140
141
pub fn entry_size(&self) -> usize {
142
unsafe { BNSectionGetEntrySize(self.handle) as usize }
Callers
1
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected