{"id":19914345,"url":"https://github.com/namhyung/elftree","last_synced_at":"2025-05-03T05:31:18.272Z","repository":{"id":57509101,"uuid":"84325642","full_name":"namhyung/elftree","owner":"namhyung","description":"ELF library dependency viewer","archived":false,"fork":false,"pushed_at":"2018-05-16T03:01:08.000Z","size":144,"stargazers_count":48,"open_issues_count":1,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-20T17:42:06.697Z","etag":null,"topics":["dependency","dependency-tree","elf"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/namhyung.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}},"created_at":"2017-03-08T13:52:31.000Z","updated_at":"2024-04-14T09:03:21.000Z","dependencies_parsed_at":"2022-09-19T09:40:15.553Z","dependency_job_id":null,"html_url":"https://github.com/namhyung/elftree","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namhyung%2Felftree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namhyung%2Felftree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namhyung%2Felftree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namhyung%2Felftree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namhyung","download_url":"https://codeload.github.com/namhyung/elftree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224353943,"owners_count":17297362,"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":["dependency","dependency-tree","elf"],"created_at":"2024-11-12T21:35:52.432Z","updated_at":"2024-11-12T21:35:53.018Z","avatar_url":"https://github.com/namhyung.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELF tree\n\nShow library dependency of an ELF binary in a tree form.  It supports\nfolding and expanding subtree and shows related information.\n\n![screenshot](https://github.com/namhyung/elftree/blob/master/screenshot.png)\n\n## Usage\n\n    $ elftree\n    Usage: elftree [\u003coptions\u003e] \u003cexecutable\u003e\n\n    $ elftree -h\n    Usage of elftree:\n      -p\tShow library path\n      -stdio\n\t\tShow it on standard IO\n      -tui\n\t\tShow it with TUI (default true)\n      -v\tShow binary info\n\n    $ elftree -stdio `which firefox`\n    firefox\n       libpthread.so.0\n          libc.so.6\n             ld-linux-x86-64.so.2\n          ld-linux-x86-64.so.2\n       libdl.so.2\n          libc.so.6\n          ld-linux-x86-64.so.2\n       libstdc++.so.6\n          libm.so.6\n             libc.so.6\n             ld-linux-x86-64.so.2\n          libc.so.6\n          ld-linux-x86-64.so.2\n          libgcc_s.so.1\n             libc.so.6\n       libm.so.6\n       libgcc_s.so.1\n       libc.so.6\n       ld-linux-x86-64.so.2\n\n### TUI keys\n* `f`: file header view\n* `s`: section header view\n* `d`: dynamic info view\n* `y`: symbol view\n* `ENTER`: toggle folding\n* `TAB`: switch window\n* `q`: quit\n\n## How to install\nIf you have golang environment setup:\n\n    $ go get github.com/namhyung/elftree\n\nOr, just download the binary:\n\n    $ wget https://github.com/namhyung/elftree/releases/download/v0.1/elftree-linux-amd64\n    $ sudo install -D elftree-linux-amd64 /usr/local/bin/elftree\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamhyung%2Felftree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamhyung%2Felftree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamhyung%2Felftree/lists"}