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: implement mach-o export trie parsing and export hashing function #132

Merged
merged 8 commits into from
May 29, 2024

Conversation

latonis
Copy link
Contributor

@latonis latonis commented May 28, 2024

Implements mach-o trie export parsing as well as the export_hash() function mentioned previously in #93.

Once this is reviewed, I will begin work on import parsing and hashing 😸

@latonis latonis changed the title feat: implement mach-o export trie parsing feat: implement mach-o export trie parsing and export hashing function May 28, 2024
lib/src/modules/macho/parser.rs Outdated Show resolved Hide resolved
lib/src/modules/macho/parser.rs Outdated Show resolved Hide resolved
@latonis
Copy link
Contributor Author

latonis commented May 29, 2024

thanks for the quick review @plusvic! 😄 , fixed everything and should be ready 🚀

@plusvic plusvic merged commit 48d799d into VirusTotal:main May 29, 2024
15 checks passed
@latonis latonis deleted the macho-export-parsing branch May 29, 2024 20:28
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