MCPcopy Create free account
hub / github.com/HexHive/NASS / is_executable

Method is_executable

tools/gef.py:675–676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

673 return (self.permission & Permission.WRITE) != 0
674
675 def is_executable(self) -> bool:
676 return (self.permission & Permission.EXECUTE) != 0
677
678 @property
679 def size(self) -> int:

Callers 2

is_in_text_segmentMethod · 0.80
dereference_fromFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected