The Wayback Machine - https://web.archive.org/web/20220618095333/https://github.com/topics/macho
Here are
55 public repositories
matching this topic...
Program for determining types of files for Windows, Linux and MacOS.
Updated
Jun 16, 2022
JavaScript
Patch PE, ELF, Mach-O binaries with shellcode new version in development, available only to sponsors
Updated
Jul 31, 2021
Python
iOS/macOS Research Swiss Army Knife
A tool to help you write binary exploits
🧱 Explore MachO File on macOS and Windows
A graphical Mach-O viewer for macOS. Powered by Mach-O Kit.
Updated
Sep 5, 2020
Swift
A Hopper plugin for demangle Swift symbols
Updated
May 14, 2018
Objective-C
A C/Objective-C library for parsing Mach-O files.
Updated
Dec 6, 2021
Objective-C
XMachOViewer is a Mach-O viewer for Windows, Linux and MacOS
Updated
Aug 9, 2017
Objective-C
appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled
Updated
Nov 25, 2021
Swift
A macOS utility to extract dynamic libraries from the dyld_shared_cache of macOS and iOS.
An open source application scanning tool
Updated
Mar 16, 2022
Python
Yet Another Mach-O Unused ObjC Selector/Class/Protocol Detector. 检测ObjC无用方法、无用类、无用协议。
C++ Library and Tool for Extracting Embedded Bitcode
HatVenom is a powerful payload generation tool that provides support for all common platforms and architectures.
Updated
Jun 4, 2022
Python
retools: a reverse engineering toolkit for normies
Package macho implements access to and creation of Mach-O object files.
DWARF Explorer - a GUI utility for navigating the DWARF debug information
Updated
Jun 16, 2022
Python
Fast multi-platform (ELF/PE/MachO) binary checksec written in Rust.
Updated
Jun 10, 2022
Rust
load macho files in memory without touching the Disk
Updated
Sep 20, 2019
Pascal
An interesting executable file parsing library written by Golang
ROP gadget finder and analysis in pure Javascript
Updated
Jun 11, 2022
JavaScript
A C++ library for parsing ObjC Metadata of Mach-O files.
My tinycc fork: hopefully, better OSX support, EFI targets, and ???
A tool to extract code from individual functions in a library.
Updated
May 13, 2022
Rust
Updated
Jul 6, 2020
Swift
Malicious use of macho, such as dump-runtime-macho, function-hook.
Improve this page
Add a description, image, and links to the
macho
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
macho
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our
import lief #type:ignorestatements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H