isCodeSection property

bool isCodeSection

Implementation

bool get isCodeSection => (_characteristics & IMAGE_SCN_CNT_CODE) == 1;