turbinia
turbinia copied to clipboard
Mach-O File Format Parsing
Description of the change
This PR proposes adding a Mach-O file format parser to Turbinia.
Applicable issues
- fixes #1561
Additional information
Mach-O parsing is critical to large enterprises with large fleets of MacOS devices. Having such functionality available could greatly enhance the reach of Turbinia.
Checklist
- [X] All tests were successful.
- [X] Unit tests added.
- [X] Documentation updated.