observable:sizeOfHeaders leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#sizeOfHeaders

Label

sizeOfHeaders

Description

Specifies the combined size of the MS-DOS, PE header, and section headers, rounded up a multiple of the value specified in the file_alignment header.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:sizeOfHeaders xsd:unsignedInt

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:sizeOfHeaders a owl:DatatypeProperty ;
    rdfs:label "sizeOfHeaders"@en ;
    rdfs:comment "Specifies the combined size of the MS-DOS, PE header, and section headers, rounded up a multiple of the value specified in the file_alignment header."@en ;
    rdfs:range xsd:unsignedInt .