umbrella-py 🚧
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.
Installation
To install the Python package you can use pip:
pip install umbrella-py
# or
pip install git+https://github.com/MatrixEditor/umbrella-py.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
License
Distributed under the Apache 2.0 License. See LICENSE for more information.
Release files for umbrella-py 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| umbrella_py-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / umbrella_py-0.0.3-py3-none-any.whl
| Download URL | umbrella_py-0.0.3-py3-none-any.whl |
|---|---|
| Size | 100.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
93b839dc85fa28d61a5de8fe4c56b908dacfc1d2929c1a2633f3af444af8e888
|
|
BLAKE2b-256 checksum How to use checksums |
d497f203efc3256273df01ce57508ffc82e7ddd83824162902bfb8f301f58bf2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|