You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
A Dissect module implementing parsers for various executable formats such as PE, ELF and Macho-O. For
4
4
more information, please see [the documentation](https://docs.dissect.tools/en/latest/projects/dissect.executable/index.html).
5
5
6
+
## Requirements
7
+
8
+
This project is part of the Dissect framework and requires Python.
9
+
10
+
Information on the supported Python versions can be found in the Getting Started section of [the documentation](https://docs.dissect.tools/en/latest/index.html#getting-started).
11
+
6
12
## Installation
7
13
8
14
`dissect.executable` is available on [PyPI](https://pypi.org/project/dissect.executable/).
@@ -32,12 +38,12 @@ tox
32
38
```
33
39
34
40
For a more elaborate explanation on how to build and test the project, please see [the
0 commit comments