Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcsch/macho-browser
Mac browser for Mach-O binaries (macOS, iOS, watchOS, and tvOS)
https://github.com/dcsch/macho-browser
abi browser dump mach mach-o macos objective-c
Last synced: about 1 month ago
JSON representation
Mac browser for Mach-O binaries (macOS, iOS, watchOS, and tvOS)
- Host: GitHub
- URL: https://github.com/dcsch/macho-browser
- Owner: dcsch
- License: mit
- Created: 2013-04-15T10:44:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T04:21:05.000Z (almost 4 years ago)
- Last Synced: 2024-09-27T23:05:12.636Z (about 1 month ago)
- Topics: abi, browser, dump, mach, mach-o, macos, objective-c
- Language: Objective-C
- Homepage:
- Size: 575 KB
- Stars: 120
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - macho-browser - Browser for macOS Mach-O binaries. ![objective_c_icon] (Applications / Development)
- open-source-mac-os-apps - macho-browser - Browser for macOS Mach-O binaries. ![objective_c_icon] (Applications / Development)
README
# Mach-O Browser
*Mach-O Browser* – A Mac application for browsing the contents of
[Mach-O](http://en.wikipedia.org/wiki/Mach-O) (Mach Object) files,
including executables, shared libraries, and intermediate object files.Home: [githib.com/dcsch/macho-browser](https://github.com/dcsch/macho-browser)
Latest Release: [github.com/dcsch/macho-browser/releases/latest](https://github.com/dcsch/macho-browser/releases/latest)## Introduction
*Mach-O Browser* aims to provide similar functionality to the
[otool](http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/otool.1.html) and
[nm](http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/nm.1.html)
command-line tools, but utilising the Aqua interface of macOS.