{"id":23427653,"url":"https://github.com/sunxfancy/exeviewer","last_synced_at":"2025-10-30T11:30:49.665Z","repository":{"id":264987620,"uuid":"872592538","full_name":"sunxfancy/ExeViewer","owner":"sunxfancy","description":"A Command Line Executable Viewer","archived":false,"fork":false,"pushed_at":"2025-02-11T22:51:18.000Z","size":401,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T23:35:50.883Z","etag":null,"topics":["binary","deassembler","elf","elf-parser","plt","rust","symbol-table"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunxfancy.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-14T17:54:30.000Z","updated_at":"2025-02-11T22:51:22.000Z","dependencies_parsed_at":"2025-02-11T23:39:33.147Z","dependency_job_id":null,"html_url":"https://github.com/sunxfancy/ExeViewer","commit_stats":null,"previous_names":["sunxfancy/exeviewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2FExeViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2FExeViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2FExeViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2FExeViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunxfancy","download_url":"https://codeload.github.com/sunxfancy/ExeViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238956276,"owners_count":19558457,"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":["binary","deassembler","elf","elf-parser","plt","rust","symbol-table"],"created_at":"2024-12-23T06:34:58.740Z","updated_at":"2025-10-30T11:30:49.654Z","avatar_url":"https://github.com/sunxfancy.png","language":"Assembly","readme":"ExeViewer\n=========\n\nExeViewer is a simple commandline tool to view the contents of an executable file.\nIt's written in rust and uses the `elf` crate to parse the executable file.\n\n## Features\n\n- View the section headers of the executable file.\n- Disassemble the text section of the executable file.\n- View Dynamic Symbols and PLT table\n- Currently only supports ELF files and x86_64 architecture.\n  \n![1.png](./docs/1.png)\n![2.png](./docs/2.png)\n![3.png](./docs/3.png)\n![4.png](./docs/4.png)\n![5.png](./docs/5.png)\n\n## Installation\n\nYou can install the tool by running the following command (you need to have `cargo` and `rust` installed on your system):\n\n```bash\ncargo install --git https://github.com/sunxfancy/ExeViewer\n```\n\n\n## Build\n\nTo build the project, you need to have `rust` installed on your system. You can install it from [here](https://www.rust-lang.org/tools/install).\n\nAfter installing `rust`, you can build the project by running the following command:\n\n```bash\ncargo build --release\n```\n\nThis will create the executable in the `target/release` directory.\n\n## Usage\n\nTo view the contents of an executable file, you can run the following command:\n\n```bash\nexe_viewer \u003cpath-to-executable\u003e\n```\n\n\n## License\n\nMIT License (c) 2024 sunxfancy\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunxfancy%2Fexeviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunxfancy%2Fexeviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunxfancy%2Fexeviewer/lists"}