-
Notifications
You must be signed in to change notification settings - Fork 5
Create Mach-O parser #13
Copy link
Copy link
Open
Labels
Description
MacOS binary executable format.
Required functionality should be to at least retrieve all the "basic" information from an Mach-O (e.g. imports, exports, metadata, sections...) but also code signing information.
Ideally we'd also be able to use it to create pystandalone binaries (for which we currently depend on LIEF).
Related [DIS-419] [DIS-420] [DIS-131].
Reactions are currently unavailable