Binary inspection on macOS
Mach-O Diff Tool for macOS
ABDiff compares Mach-O binaries on macOS with a structured, read-only tree that surfaces slice-aware metadata, load commands, segments, exports, and potential private API signals.
This is useful when a raw binary diff is too low level and you need a review surface that maps a change to the actual structure of the executable, framework, or app binary you are shipping.
- Slice-aware inspection
- Load commands
- Segments and exports
- Private API candidates
- Read-only review