Skip to content

Commit

Permalink
Update sentence about Python version in docs (#948)
Browse files Browse the repository at this point in the history
Python 2 is no longer supported and can only be used with gef-legacy.
  • Loading branch information
bkrl committed Apr 25, 2023
1 parent ac73217 commit 102288f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Expand Up @@ -8,8 +8,7 @@ be used mostly by exploit developers and reverse-engineers, to provide
additional features to GDB using the Python API to assist during the process of
dynamic analysis and exploit development.

It has full support for both Python2 and Python3 indifferently (as more and more
distros start pushing `gdb` compiled with Python3 support).
It requires Python 3, but [`gef-legacy`](https://github.com/hugsy/gef-legacy) can be used if Python 2 support is needed.

![gef-context](https://i.imgur.com/E3EuQPs.png)

Expand Down

0 comments on commit 102288f

Please sign in to comment.