Skip to content

Commit 8529e3f

Browse files
committed
Fix incorrect tagging & update decompilation info
1 parent 5c30abe commit 8529e3f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/install.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
How to install
2-
****************************
2+
***************
33

44
.. toctree::
55

66
Requirement
77
-----------
88

9-
`trepan3k` works with python >=3.2. But about the decompilation feature, `trepan3k` supports decompilation only for python >=3.2 and <=3.8, it doesn't support decompilation for python >3.9.
9+
``trepan3k`` works with Python version 3.2 and above. However the decompilation features are available for Python versions less than 3.9.
10+
11+
In general, runtime decompilation for Python greater than versions 3.8, especially decompilation around a given bytecode offset doesn't exist. See `this link <https://github.com/rocky/python-decompile3/issues/45>`_ for more information.
1012

1113
Using pip
1214
---------

0 commit comments

Comments
 (0)