https://github.com/everettjf/MachOExplorer
š§±Explore MachO File on macOS and Windows
https://github.com/everettjf/MachOExplorer
libmacho libmoex macho machoexplorer machoview moex
Last synced: about 1 year ago
JSON representation
š§±Explore MachO File on macOS and Windows
- Host: GitHub
- URL: https://github.com/everettjf/MachOExplorer
- Owner: everettjf
- License: mit
- Archived: true
- Created: 2017-05-16T23:34:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T01:32:05.000Z (about 7 years ago)
- Last Synced: 2024-11-07T11:44:12.309Z (over 1 year ago)
- Topics: libmacho, libmoex, macho, machoexplorer, machoview, moex
- Language: C++
- Homepage: https://everettjf.github.io/2017/11/03/machoexplorer-alpha/
- Size: 4.05 MB
- Stars: 597
- Watchers: 22
- Forks: 55
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MachOExplorer
Explore MachO File (Yet another MachOView) on **macOS and Windows**

*Icon is designed by [wantline](https://weibo.com/wantline)*

# Latest Version
`v1.0 Alpha` (Still not a stable version and there must be lots of bugs now)
# How to install
- macOS [MachOExplorer.dmg](https://github.com/everettjf/MachOExplorer/releases)
- Windows [MachOExplorer_Windows.zip](https://github.com/everettjf/MachOExplorer/releases)
# Feature
1. Basic view macho file
2. macOS and Windows support
# Incomplete code
1. Symbol display for address
2. Windows support in the future
# How to build
After finish installing Qt SDK >= 5.10.1, just open MachOExplorer.pro and compile.
# Libraries
1. Qt
2. fmt : Formating https://github.com/fmtlib/fmt
3. cpp-mmaplib : mmap/CreateFileMapping Wrapper https://github.com/yhirose/cpp-mmaplib
4. json : https://github.com/nlohmann/json
# Icon

*Icon is designed by [wantline](https://weibo.com/wantline)*
Thanks for wantline's great design.
# Version History
- 2018-11-21 v1.0 Alpha : Windows support and new user interface
- 2017-11-05 v0.4.0 Alpha : Command line tool `moex` release and version policy changed
- 2017-11-05 v0.3 Alpha : Bug fix
- 2017-11-05 v0.2 Alpha : Icon born
- 2017-11-04 v0.1 Alpha : First release