Function isWriteable [src]

Prototype

pub fn isWriteable(seg: segment_command_64) bool

Parameters

seg: segment_command_64

Source

pub fn isWriteable(seg: segment_command_64) bool { return seg.initprot & PROT.WRITE != 0; }