This HTML5 document contains 34 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n15https://global.dbpedia.org/id/
n14http://dbpedia.org/resource/Hacking:
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:GOT
dbo:wikiPageWikiLink
dbr:Global_Offset_Table
dbo:wikiPageDisambiguates
dbr:Global_Offset_Table
Subject Item
dbr:Global_Offset_Table
rdfs:label
Global Offset Table
rdfs:comment
The Global Offset Table, or GOT, is a section of a computer program's (executables and shared libraries) memory used to enable computer program code compiled as an ELF file to run correctly, independent of the memory address where the program's code or data is loaded at runtime.
dcterms:subject
dbc:Computer_programming
dbo:wikiPageID
53931502
dbo:wikiPageRevisionID
1046394080
dbo:wikiPageWikiLink
dbr:Executable dbr:Compiler dbr:Machine_code dbr:Memory_address dbr:Address_space_layout_randomization dbr:Loader_(computing) dbr:Dynamic_linker dbr:Execution_(computing) dbr:Symbol_(programming) dbr:Executable_and_Linkable_Format dbr:Computer_program dbr:Position-independent_code dbc:Computer_programming dbr:Library_(computing) dbr:Relocation_(computing)
owl:sameAs
wikidata:Q30673295 n15:2r3Ee
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Compu-prog-stub
dbo:abstract
The Global Offset Table, or GOT, is a section of a computer program's (executables and shared libraries) memory used to enable computer program code compiled as an ELF file to run correctly, independent of the memory address where the program's code or data is loaded at runtime. It maps symbols in programming code to their corresponding absolute memory addresses to facilitate Position Independent Code (PIC) and Position Independent Executables (PIE) which are loaded to a different memory address each time the program is started. The runtime memory address, also known as absolute memory address of variables and functions is unknown before the program is started when PIC or PIE code is run so cannot be hardcoded during compilation by a compiler. The Global Offset Table is represented as the .got and .got.plt sections in an ELF file which are loaded into the program's memory at startup. The operating system's dynamic linker updates the global offset table relocations (symbol to absolute memory addresses) at program startup or as symbols are accessed.It is the mechanism that allows shared libraries (.so) to be relocated to a different memory address at startup and avoid memory address conflicts with the main program or other shared libraries, and to harden computer program code from exploitation.
prov:wasDerivedFrom
wikipedia-en:Global_Offset_Table?oldid=1046394080&ns=0
dbo:wikiPageLength
3286
foaf:isPrimaryTopicOf
wikipedia-en:Global_Offset_Table
Subject Item
n14:_The_Art_of_Exploitation
dbo:wikiPageWikiLink
dbr:Global_Offset_Table
Subject Item
dbr:Position-independent_code
dbo:wikiPageWikiLink
dbr:Global_Offset_Table
Subject Item
dbr:Literal_pool
dbo:wikiPageWikiLink
dbr:Global_Offset_Table
Subject Item
wikipedia-en:Global_Offset_Table
foaf:primaryTopic
dbr:Global_Offset_Table