-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: parse certificates, entitlements, symbol table for Mach-O #73
Conversation
@plusvic / @TommYDeeee , thoughts on adding something like https://www.anomali.com/blog/symhash for the Mach-O module as we now parse symtable strings with this PR? Mac version of ImpHash 😸 |
Looks like the tests failed due to a Heroku CDN issue, will push another commit later to get tests to run again |
Before the |
Converting to draft while I refactor everything over to the new parser format |
Moving the new work to #78 as I did not want to rebase and all that jazz, so re-implementing from fresh branch |
Only thing left to port is the entitlement present function and then this can be closed as everything was rolled into #78 |
Everything has been refactored and reimplemented in #78. Closing this in favor of that one being reviewed and merged. 😸 |
Implementing another load command for Mach-O. here soon we'll have the ground work to parse the entire symbol table and info 😸