{"id":24369944,"url":"https://github.com/unikraft/lib-libelf","last_synced_at":"2025-07-08T05:38:16.161Z","repository":{"id":64083952,"uuid":"252264812","full_name":"unikraft/lib-libelf","owner":"unikraft","description":"Unikraft port of libelf from the ELF toolchain","archived":false,"fork":false,"pushed_at":"2025-04-29T14:24:14.000Z","size":129,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":11,"default_branch":"staging","last_synced_at":"2025-04-29T15:23:48.795Z","etag":null,"topics":["libelf","library","unikraft"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unikraft.png","metadata":{"files":{"readme":"README.elftoolchain","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-01T19:12:18.000Z","updated_at":"2025-04-29T14:04:33.000Z","dependencies_parsed_at":"2024-12-20T11:20:39.232Z","dependency_job_id":"24979741-ba2f-4466-85a6-b3dcfd0edec8","html_url":"https://github.com/unikraft/lib-libelf","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/unikraft/lib-libelf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unikraft%2Flib-libelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unikraft%2Flib-libelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unikraft%2Flib-libelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unikraft%2Flib-libelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unikraft","download_url":"https://codeload.github.com/unikraft/lib-libelf/tar.gz/refs/heads/staging","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unikraft%2Flib-libelf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268570,"owners_count":22983599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libelf","library","unikraft"],"created_at":"2025-01-19T04:11:07.351Z","updated_at":"2025-06-17T00:33:54.281Z","avatar_url":"https://github.com/unikraft.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Elftoolchain Project\n========================\n\n.. contents::\n..\n\nDescription\n-----------\n\nThis software implements essential compilation tools and libraries for:\n\n- managing program objects conforming to the ELF_ object format, and\n- for managing DWARF_ debugging information in ELF objects.\n\nThe project currently implements the following utilities and\nlibraries:\n\n    =========== ============================================\n    Name        Description\n    =========== ============================================\n    ar          Archive manager.\n    addr2line   Debug tool.\n    brandelf    Manage the ELF brand on executables.\n    c++filt     Translate encoded symbols.\n    elfcopy     Copy and translate between object formats.\n    elfdump     Diagnostic tool.\n    findtextrel Find undesired text relocations.\n    libdwarf    DWARF access library.\n    libelf      ELF access library.\n    mcs         Manage comment sections.\n    nm          List symbols in an ELF object.\n    ranlib      Add archive symbol tables to an archive.\n    readelf     Display ELF information.\n    size        List object sizes.\n    strings     Extract printable strings.\n    strip       Discard information from ELF objects.\n    =========== ============================================\n\n.. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format\n.. _DWARF: http://www.dwarfstd.org/\n\n\nProject Documentation\n---------------------\n\n- Release notes for released versions of this software are present in\n  the file ``RELEASE-NOTES`` in the current directory.\n- The file ``INSTALL`` in the current directory contains instructions\n  on building and installing this software.\n- Reference documentation in the form of manual pages is provided for\n  the utilities and libraries developed by the project.\n- Additional tutorial documentation is present in the\n  ``documentation`` directory.\n\n\nTracking Ongoing Development\n----------------------------\n\nThe project uses subversion_ for its version control system.\n\nThe subversion branch for the current set of sources may be accessed\nat the following URL:\n\n  https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk\n\nThe project's source tree may be checked out from its repository by\nusing the ``svn checkout`` command::\n\n    % svn checkout https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk\n\nChecked-out sources may be kept upto-date by running ``svn update``\ninside the source directory::\n\n   % svn update\n\n\nInstructions on building and installing the software are given in the\nfile ``INSTALL`` in the current directory.\n\n.. _Subversion: \n\nDownloading Released Software\n-----------------------------\n\nReleased versions of the project's software may also be downloaded\nfrom SourceForge's `file release system`_.\n\n.. _file release system: http://sourceforge.net/projects/elftoolchain/files/\n\nCopyright and License\n---------------------\n\nThis code is copyright its authors, and is distributed under the `BSD\nLicense`_.\n\n.. _BSD License: http://www.opensource.org/licenses/bsd-license.php\n\n\nDeveloper Community\n-------------------\n\nThe project's developers may be contacted using the mailing list:\n``\u003celftoolchain-developers@lists.sourceforge.net\u003e``.\n\n\nReporting Bugs\n--------------\n\nPlease use our `Trac instance`_ for viewing existing bug reports and\nfor submitting new bug reports.\n\n.. _`Trac instance`: http://sourceforge.net/apps/trac/elftoolchain/report\n\n\nAdditional Information\n----------------------\n\nAdditional information about the project may be found on the `project\nwebsite`_.\n\n.. _project website:  http://elftoolchain.sourceforge.net/\n\n.. $Id: README 2146 2011-11-11 09:39:00Z jkoshy $\n\n.. Local Variables:\n.. mode: rst\n.. End:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funikraft%2Flib-libelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funikraft%2Flib-libelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funikraft%2Flib-libelf/lists"}