Skip to content
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: mach-o import parsing and import hash function #135

Merged
merged 19 commits into from
Sep 19, 2024

Conversation

latonis
Copy link
Contributor

@latonis latonis commented May 30, 2024

Parsing imports for Mach-O as well as the accompanying import_hash() function.

@latonis
Copy link
Contributor Author

latonis commented Jun 23, 2024

I need to refactor the sleb parsing to mirror the simplification done in 1bd014d to the uleb parser.

I think in the end, we likely want to keep imports and exports as UTF-8 strings as that is how it is defined in the docs.

@latonis
Copy link
Contributor Author

latonis commented Jun 28, 2024

I will fix sleb to be panic free like uleb has been as well as merge conflicts. Will then fuzz for a while to ensure everything is good 🙏

@plusvic plusvic merged commit 7bf921b into VirusTotal:main Sep 19, 2024
16 checks passed
plusvic pushed a commit that referenced this pull request Sep 19, 2024
Parsing imports for Mach-O as well as the accompanying import_hash() function.
@latonis latonis deleted the macho-import-parsing branch September 20, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants