Ronald Oussoren
Ronald Oussoren
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/11) by Ronald Oussoren (Bitbucket: [ronaldoussoren](https://bitbucket.org/ronaldoussoren), GitHub: [ronaldoussoren](https://github.com/ronaldoussoren)).** ---------------------------------------- MachoStandalone changes binaries, which break code signatures. The command should therefore remove code signatures.
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/30) by xGx (Bitbucket: [Gramos Hoxha](https://bitbucket.org/Gramos Hoxha), ).** ---------------------------------------- I keep running into this error whilst putting python3 setup.py py2app --packages=PIL i've never really ran into this problem before...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/29) by Alex Garnett (Bitbucket: [axfelix](https://bitbucket.org/axfelix), GitHub: [axfelix](https://github.com/axfelix)).** ---------------------------------------- Hi, No idea where to begin or how to override this. Only occurs when doing a Pyinstaller build that does...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/25) by Laurent DORE (Bitbucket: [ldore](https://bitbucket.org/ldore), GitHub: [ldore](https://github.com/ldore)).** ---------------------------------------- iOs SDK 12 beta introduces the following two load commands in `loader.h`: ```c #define LC_NOTE 0x31 /* arbitrary data included...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/21) by Dwayne Yuen (Bitbucket: [dwayneyuen](https://bitbucket.org/dwayneyuen), GitHub: [dwayneyuen](https://github.com/dwayneyuen)).** ---------------------------------------- When parsing the string value for LC_RPATH, macholib should begin reading at the location specified by the offset. Instead, it...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/2) by Ronald Oussoren (Bitbucket: [ronaldoussoren](https://bitbucket.org/ronaldoussoren), GitHub: [ronaldoussoren](https://github.com/ronaldoussoren)).** ---------------------------------------- Since at least OSX 10.5 dyld has supported the @loader_path and @rpath special prefixes for the installed name in library...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/12) by Asger Hautop Drewsen (Bitbucket: [tyilo](https://bitbucket.org/tyilo), GitHub: [tyilo](https://github.com/tyilo)).** ---------------------------------------- Currently you have to parse macholib.mach_o.thread_command yourself. Then instead of doing: ``` #!python rip_offset = 2 * 4 +...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/13) by Asger Hautop Drewsen (Bitbucket: [tyilo](https://bitbucket.org/tyilo), GitHub: [tyilo](https://github.com/tyilo)).** ---------------------------------------- It would be neat to have a function that could calculate the entrypoint in the executable from the mach-o...
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/7) by Ronald Oussoren (Bitbucket: [ronaldoussoren](https://bitbucket.org/ronaldoussoren), GitHub: [ronaldoussoren](https://github.com/ronaldoussoren)).** ---------------------------------------- Add option to include only a particular subset of architectures in the output of macho_standalone (similar to "lipo -thin").
**[Original report](https://bitbucket.org/ronaldoussoren/macholib/issue/4) by Ronald Oussoren (Bitbucket: [ronaldoussoren](https://bitbucket.org/ronaldoussoren), GitHub: [ronaldoussoren](https://github.com/ronaldoussoren)).** ---------------------------------------- The testsuite for macholib needs to include tests that parse and rewrite MachO binaries created on a number of platform...