Line 0
Link Here
|
|
|
1 |
macholib can be used to analyze and edit Mach-O headers, |
2 |
the executable format used by Mac OS X. |
3 |
|
4 |
It’s typically used as a dependency analysis tool, and |
5 |
also to rewrite dylib references in Mach-O headers to be |
6 |
@executable_path relative. |
7 |
|
8 |
Though this tool targets a platform specific file format, |
9 |
it is pure python code that is platform and endian independent. |
10 |
|
11 |
WWW:https://pypi.org/project/macholib/ |