-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: parsing code signature data + more load commands for mach-o (#78)
* feat: implement code_signature_data parsing for mach-o * feat: implement entitlement parsing for Mach-O from code_signature_data * clippy fixes * update tests for new tests * feat: implement signing certificate parsing for mach-o * feat: implement dyld_info load command parsing for mach-o * feat: implement lc_symtab parsing for mach-o * feat: implement lc_symtab table entries parsing for mach-o * feat: implement LC_UUID parsing for mach-o * feat: implement LC_BUILD_VERSION parsing for mach-o * feat: implement LC_VERSION_MIN_* load command parsing for Mach-O * feat: implement entitlement_present function for Mach-O * fix: mach-o deps and comments * fix: use device_type enum
- Loading branch information
Showing
23 changed files
with
2,931 additions
and
50 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.