From 102288fd3e3be65e4a3b41579cb864dc2d4818c4 Mon Sep 17 00:00:00 2001 From: Alexander Zhang Date: Tue, 25 Apr 2023 08:56:02 -0700 Subject: [PATCH] Update sentence about Python version in docs (#948) Python 2 is no longer supported and can only be used with gef-legacy. --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d1e6a2117..fece54116 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)