Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
khronosschoty
/
palemoon-dev
Suivre
2
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
palemoon-dev
/
platform
/
python
/
macholib
khronosschoty
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
..
doc
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
macholib
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
macholib_tests
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
MANIFEST.in
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
PKG-INFO
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
README.txt
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
setup.cfg
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
setup.py
17d73c84dc
added Pale Moon 29.4.4
il y a 3 ans
README.txt
macholib can be used to analyze and edit Mach-O headers, the executable
format used by Mac OS X.
It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.
Though this tool targets a platform specific file format, it is pure python
code that is platform and endian independent.