MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / is_executable

Method is_executable

cli-rust/src/pe.rs:17–19  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

15
16impl PeSection {
17 pub fn is_executable(&self) -> bool {
18 self.characteristics & SCN_MEM_EXECUTE != 0
19 }
20
21 /// Parse the section table out of a PE image. Returns an empty vec on any
22 /// malformed/short input (mirrors the C# which returns Array.Empty).

Callers 1

find_code_caveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected