{"id":27255435,"url":"https://github.com/yasuenag/hsdis-builder","last_synced_at":"2026-04-29T01:32:57.734Z","repository":{"id":80823820,"uuid":"122469301","full_name":"YaSuenag/hsdis-builder","owner":"YaSuenag","description":"Docker container for building hsdis","archived":false,"fork":false,"pushed_at":"2025-01-13T04:16:21.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T05:20:56.266Z","etag":null,"topics":["disassembler","dockerfile","java"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YaSuenag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-02-22T11:22:51.000Z","updated_at":"2025-01-13T04:16:24.000Z","dependencies_parsed_at":"2023-12-08T11:27:52.667Z","dependency_job_id":"9838a73f-5f5c-4603-aa00-ea50d71db1f5","html_url":"https://github.com/YaSuenag/hsdis-builder","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"50ed3db0ecf5bc00b9b8f0bfdac60e5d6a69c36f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaSuenag%2Fhsdis-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaSuenag%2Fhsdis-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaSuenag%2Fhsdis-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaSuenag%2Fhsdis-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YaSuenag","download_url":"https://codeload.github.com/YaSuenag/hsdis-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328269,"owners_count":21085283,"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":["disassembler","dockerfile","java"],"created_at":"2025-04-11T02:19:42.704Z","updated_at":"2026-04-29T01:32:57.729Z","avatar_url":"https://github.com/YaSuenag.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"hsdis-builder\n===\n![Container ready](../../actions/workflows/publish-container.yaml/badge.svg)\n\nDocker container for building [HSDIS](https://github.com/openjdk/jdk/tree/master/src/utils/hsdis). This container can build HSDIS powered by [Capstone](https://www.capstone-engine.org/) for Linux x64/aarch64 in JDK 25 or later.\n\nBase image of this container is Fedora 42. Thus HSDIS which the artifact of this container might not work on older glibc.\n\n## Pull image\n\nSee [GitHub Container Registry](https://github.com/YaSuenag/hsdis-builder/pkgs/container/hsdis-builder)\n\n```\n$ podman pull ghcr.io/yasuenag/hsdis-builder\n```\n\n## Build HSDIS (Run container)\n\nYou can get the artifact (HSDIS) from `out` in following example.\n\n### Build HSDIS from upstream\n\n```\npodman run -it --rm -v /path/to/outdir:/out:Z ghcr.io/yasuenag/hsdis-builder\n```\n\nLink Capstone statically\n\n```\npodman run -it --rm -v /path/to/outdir:/out:Z ghcr.io/yasuenag/hsdis-builder -static\n```\n\n### Build HSDIS from specified version\n\nYou need to specify tag in https://github.com/openjdk/jdk\n\n```\npodman run -it --rm -v /path/to/outdir:/out:Z ghcr.io/yasuenag/hsdis-builder jdk-25-ga\n```\n\nLink Capstone statically\n\n```\npodman run -it --rm -v /path/to/outdir:/out:Z ghcr.io/yasuenag/hsdis-builder -static jdk-25-ga\n```\n\n## Deploy HSDIS\n\n### JDK 8 or earlier\n\n```sh\n$ cp hsdis-amd64.so $JAVA_HOME/jre/lib/amd64/\n```\n\n### JDK 9 or later\n\n```sh\n$ cp hsdis-amd64.so $JAVA_HOME/lib/\n```\n\n## Build container image\n\n```sh\n$ buildah bud --layers -t hsdis-builder .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasuenag%2Fhsdis-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasuenag%2Fhsdis-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasuenag%2Fhsdis-builder/lists"}