Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ executable
Method
executable
rust/src/segment.rs:141–143 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
139
}
140
141
pub fn executable(&self) -> bool {
142
self.flags().executable
143
}
144
145
pub fn writable(&self) -> bool {
146
self.flags().writable
Callers
1
init
Method · 0.45
Calls
1
flags
Method · 0.45
Tested by
no test coverage detected