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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

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 🙏

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.

None yet

2 participants