kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 78 forks source link

Set fix #14

Closed lkuczborski closed 5 years ago

lkuczborski commented 5 years ago

Set<URL> caused non-deterministic rpath resolution. Changing the collection type to [URL] makes dependency resolution deterministic.

kam800 commented 5 years ago

Thanks for the fix! I only updated the PR description to make things clear :)