Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • e32b42b
  • /
  • test
  • /
  • Object
  • /
  • objdump-section-content.test
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:581e75eb5acc526ee24e283c75cff0b5c030f491
directory badge
swh:1:dir:bcca216e52302883322237b7fdeb2f02010a97b4

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
objdump-section-content.test
RUN: llvm-objdump -s %p/Inputs/trivial-object-test.coff-i386 \
RUN:              | FileCheck %s -check-prefix COFF-i386
RUN: llvm-objdump -s %p/Inputs/trivial-object-test.elf-i386 \
RUN:              | FileCheck %s -check-prefix ELF-i386

COFF-i386: trivial-object-test.coff-i386:     file format
COFF-i386: Contents of section .text:
COFF-i386:  0000 83ec0cc7 44240800 000000c7 04240000  ....D$.......$..
COFF-i386:  0010 0000e800 000000e8 00000000 8b442408  .............D$.
COFF-i386:  0020 83c40cc3                             ....
COFF-i386: Contents of section .data:
COFF-i386:  0000 48656c6c 6f20576f 726c6421 00        Hello World!.

ELF-i386: trivial-object-test.elf-i386:     file format
ELF-i386: Contents of section .text:
ELF-i386:  0000 83ec0cc7 44240800 000000c7 04240000  ....D$.......$..
ELF-i386:  0010 0000e8fc ffffffe8 fcffffff 8b442408  .............D$.
ELF-i386:  0020 83c40cc3                             ....
ELF-i386: Contents of section .rodata.str1.1:
ELF-i386:  0024 48656c6c 6f20576f 726c6421 00        Hello World!.

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API