Pure Python implementation for the Umbrella project - a tool to instpect static runtime information of Objective-C and Swift binaries. As of now, MachO and PE binaries will be accepted by the API. There is also support for parsing Java class files.
Plase follow the documentation for more details on how to use this library. Python 3.12 support is in preparation and will be published as soon as LIEF uploads wheels for 3.12.
To install the Python package you can use pip:
pip install umbrella-py
# or
pip install git+https://github.com/MatrixEditor/umbrellaPY.git
The documentation can be build using Make and required dependencies defined in
docs/requirements.txt
:
pip install -r docs/requirements.txt && cd docs && make html
Distributed under the Apache 2.0 License. See LICENSE for more information.