{"id":13721704,"url":"https://github.com/horsicq/XMachOViewer","last_synced_at":"2025-05-07T14:30:41.393Z","repository":{"id":37234372,"uuid":"182052450","full_name":"horsicq/XMachOViewer","owner":"horsicq","description":" XMachOViewer is a Mach-O viewer for Windows, Linux and MacOS","archived":false,"fork":false,"pushed_at":"2025-05-03T09:07:54.000Z","size":20667,"stargazers_count":849,"open_issues_count":3,"forks_count":63,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-03T10:19:36.576Z","etag":null,"topics":["hacktoberfest","hacktoberfest2023","macho","macho-loader","macho-parser","macho64","machoexplorer","machoview","osx-application","reverse-engineering"],"latest_commit_sha":null,"homepage":"http://ntinfo.biz","language":"C++","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/horsicq.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"horsicq"}},"created_at":"2019-04-18T08:54:22.000Z","updated_at":"2025-05-03T09:07:57.000Z","dependencies_parsed_at":"2023-02-19T16:15:59.695Z","dependency_job_id":"73cc40b7-1948-499c-9951-e219eb01adf4","html_url":"https://github.com/horsicq/XMachOViewer","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2FXMachOViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2FXMachOViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2FXMachOViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2FXMachOViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horsicq","download_url":"https://codeload.github.com/horsicq/XMachOViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895472,"owners_count":21821167,"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":["hacktoberfest","hacktoberfest2023","macho","macho-loader","macho-parser","macho64","machoexplorer","machoview","osx-application","reverse-engineering"],"created_at":"2024-08-03T01:01:20.404Z","updated_at":"2025-05-07T14:30:41.384Z","avatar_url":"https://github.com/horsicq.png","language":"C++","funding_links":["https://github.com/sponsors/horsicq","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NF3FBD3KHMXDN"],"categories":["Tools","C++","🔧 Packages"],"sub_categories":["Static Analysis Tools","⚡ Analyzing"],"readme":"# XMachOViewer\r\n\r\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NF3FBD3KHMXDN)\r\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/horsicq/XMachOViewer.svg)](https://github.com/horsicq/XMachOViewer/releases)\r\n[![GitHub All Releases](https://img.shields.io/github/downloads/horsicq/XMachOViewer/total.svg)](https://github.com/horsicq/XMachOViewer/releases)\r\n[![gitlocalized ](https://gitlocalize.com/repo/4736/whole_project/badge.svg)](https://github.com/horsicq/XTranslation)\r\n\r\n## Overview\r\n\r\nXMachOViewer is a Mach-O viewer for Windows, Linux, and macOS.\r\n\r\n## Features\r\n\r\n- **Heuristic Scan**: Automatically detect various characteristics and anomalies in Mach-O files.\r\n- **String Viewer**: Display all readable strings within the Mach-O file.\r\n- **Hex Viewer**: Inspect the raw hexadecimal content of the file.\r\n- **Disassembly Viewer**: View disassembled code for multiple architectures including x86/64, ARM, PPC, and m68k.\r\n- **Entropy Viewer**: Analyze the entropy to detect packed or encrypted sections.\r\n- **Hash Viewer**: Compute and display various hashes (MD5, SHA1, SHA256) of the file content.\r\n- **Crypto Search**: Search for common cryptographic signatures.\r\n- **Name Demangling**: Convert mangled symbol names back to their original form.\r\n- **Section Viewer**: Inspect and analyze different sections within the Mach-O file.\r\n- **Header Viewer**: Detailed view of Mach-O headers and load commands.\r\n- **Symbol Table Viewer**: Display and analyze the symbol table.\r\n- **Dynamic Library Viewer**: List dynamic libraries linked to the Mach-O file.\r\n- **File Format Detection**: Automatically detect the file format and type.\r\n- **Cross-Platform**: Available for Windows, Linux, and macOS.\r\n\r\n## Downloads\r\n\r\nXMachOViewer can be downloaded from the [releases](https://github.com/horsicq/XMachOViewer/releases) page.\r\n\r\n## Building\r\n\r\nBuild instructions can be found in [BUILD.md](https://github.com/horsicq/XMachOViewer/blob/master/docs/BUILD.md).\r\n\r\n## Usage\r\n\r\nInstructions to use `xmachoviewer` - The GUI version can be found in [RUN.md](https://github.com/horsicq/XMachOViewer/blob/master/docs/RUN.md).\r\n\r\n## Changelog\r\n\r\nChangelog can be found in [changelog.txt](https://github.com/horsicq/XMachOViewer/blob/master/changelog.txt).\r\n\r\n## Contributing\r\n\r\nYou can help with translation! Follow [this link](https://github.com/horsicq/XTranslation).\r\n\r\n## Screenshots\r\n\r\n![Mascot](https://github.com/horsicq/XMachOViewer/blob/master/mascots/xmachoviewer.png \"Mascot\")\r\n![1](https://github.com/horsicq/XMachOViewer/blob/master/docs/1.png \"1\")\r\n![2](https://github.com/horsicq/XMachOViewer/blob/master/docs/2.png \"2\")\r\n![3](https://github.com/horsicq/XMachOViewer/blob/master/docs/3.png \"3\")\r\n![4](https://github.com/horsicq/XMachOViewer/blob/master/docs/4.png \"4\")\r\n![5](https://github.com/horsicq/XMachOViewer/blob/master/docs/5.png \"5\")\r\n![6](https://github.com/horsicq/XMachOViewer/blob/master/docs/6.png \"6\")\r\n![7](https://github.com/horsicq/XMachOViewer/blob/master/docs/7.png \"7\")\r\n![8](https://github.com/horsicq/XMachOViewer/blob/master/docs/8.png \"8\")\r\n\r\n## Special Thanks\r\n\r\n- [PELock Software Protection \u0026 Reverse Engineering](https://www.pelock.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorsicq%2FXMachOViewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorsicq%2FXMachOViewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorsicq%2FXMachOViewer/lists"}