Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horsicq/XMachOViewer
XMachOViewer is a Mach-O viewer for Windows, Linux and MacOS
https://github.com/horsicq/XMachOViewer
hacktoberfest hacktoberfest2023 macho macho-loader macho-parser macho64 machoexplorer machoview osx-application reverse-engineering
Last synced: about 2 months ago
JSON representation
XMachOViewer is a Mach-O viewer for Windows, Linux and MacOS
- Host: GitHub
- URL: https://github.com/horsicq/XMachOViewer
- Owner: horsicq
- License: mit
- Created: 2019-04-18T08:54:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:40:02.000Z (8 months ago)
- Last Synced: 2024-05-02T05:14:47.237Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2023, macho, macho-loader, macho-parser, macho64, machoexplorer, machoview, osx-application, reverse-engineering
- Language: C++
- Homepage: http://ntinfo.biz
- Size: 18.5 MB
- Stars: 697
- Watchers: 13
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-security - XMachOViewer - A Mach-O viewer for Windows, Linux and macOS. (Tools / Static Analysis Tools)
- awesome-apple-security - XMachOViewer - A Mach-O viewer for Windows, Linux and macOS. (Tools / Static Analysis Tools)
README
# XMachOViewer
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NF3FBD3KHMXDN)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/horsicq/XMachOViewer.svg)](https://github.com/horsicq/XMachOViewer/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/horsicq/XMachOViewer/total.svg)](https://github.com/horsicq/XMachOViewer/releases)
[![gitlocalized ](https://gitlocalize.com/repo/4736/whole_project/badge.svg)](https://github.com/horsicq/XTranslation)## Overview
XMachOViewer is a Mach-O viewer for Windows, Linux, and macOS.
## Features
- Heuristic scan
- String viewer
- Hex viewer
- Disasm viewer (x86/64, ARM, PPC, m68k)
- Entropy viewer
- Hash viewer
- Crypto search
- Name demangling## Downloads
XMachOViewer can be downloaded from the [releases](https://github.com/horsicq/XMachOViewer/releases) page.
## Building
Build instructions can be found in [BUILD.md](https://github.com/horsicq/XMachOViewer/blob/master/docs/BUILD.md).
## Usage
Instructions to use `xmachoviewer` - The GUI version can be found in [RUN.md](https://github.com/horsicq/XMachOViewer/blob/master/docs/RUN.md).
## Changelog
Changelog can be found in [changelog.txt](https://github.com/horsicq/XMachOViewer/blob/master/changelog.txt).
## Contributing
You can help with translation! Follow [this link](https://github.com/horsicq/XTranslation).
## Screenshots
![Mascot](https://github.com/horsicq/XMachOViewer/blob/master/mascots/xmachoviewer.png "Mascot")
![1](https://github.com/horsicq/XMachOViewer/blob/master/docs/1.png "1")
![2](https://github.com/horsicq/XMachOViewer/blob/master/docs/2.png "2")
![3](https://github.com/horsicq/XMachOViewer/blob/master/docs/3.png "3")
![4](https://github.com/horsicq/XMachOViewer/blob/master/docs/4.png "4")
![5](https://github.com/horsicq/XMachOViewer/blob/master/docs/5.png "5")
![6](https://github.com/horsicq/XMachOViewer/blob/master/docs/6.png "6")
![7](https://github.com/horsicq/XMachOViewer/blob/master/docs/7.png "7")
![8](https://github.com/horsicq/XMachOViewer/blob/master/docs/8.png "8")## Special Thanks
- [PELock Software Protection & Reverse Engineering](https://www.pelock.com)