observable:addressOfEntryPoint leaf node


URI

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

Label

addressOfEntryPoint

Description

Specifies the address of the entry point relative to the image base when the executable is loaded into memory.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:addressOfEntryPoint 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:addressOfEntryPoint a owl:DatatypeProperty ;
    rdfs:label "addressOfEntryPoint"@en ;
    rdfs:comment "Specifies the address of the entry point relative to the image base when the executable is loaded into memory."@en ;
    rdfs:range xsd:unsignedInt .