Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ deny_execute
Method
deny_execute
rust/src/segment.rs:165–167 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
163
}
164
165
pub fn deny_execute(&self) -> bool {
166
self.flags().deny_execute
167
}
168
169
pub fn auto_defined(&self) -> bool {
170
unsafe { BNSegmentIsAutoDefined(self.handle) }
Callers
1
peripheral_block_memory_info
Method · 0.80
Calls
1
flags
Method · 0.45
Tested by
no test coverage detected