Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 3d59591

Browse files
authored
Update README.md
1 parent 4ef434f commit 3d59591

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Python 2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)](https://github.com/bruce30262/TWindbg/)
1+
[![Python 3](https://img.shields.io/badge/Python-3-green.svg)](https://github.com/bruce30262/TWindbg/)
22
[![Code Climate](https://codeclimate.com/github/bruce30262/TWindbg/badges/gpa.svg)](https://codeclimate.com/github/bruce30262/TWindbg)
33
[![Issue Count](https://codeclimate.com/github/bruce30262/TWindbg/badges/issue_count.svg)](https://codeclimate.com/github/bruce30262/TWindbg)
44
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
@@ -21,14 +21,14 @@ It also supports some peda-like commands ( see the [support commands](#support-c
2121
For now it supports both x86 & x64 WinDbg.
2222

2323
# Dependencies
24-
* Python 2/3
25-
> For now the extension is Python2/3 compatible.
26-
> However since now [Python2 has reached the EOL](https://www.python.org/doc/sunset-python-2/), all the feature will be tested on Python3 from now on.
27-
> I'll try my best to keep this extension as a Python2/3 compatible project, however there's still a possibility that I might drop the support of Python2 in the future.
24+
* Python 3
25+
26+
> I decided to drop the support of Python2.7 since it has [reached the EOL](https://www.python.org/doc/sunset-python-2/). I believe the project is Python2/3 compatible, however there might exist some issues in pykd and can cause different behavior in Python2/3. Since now the project will only be tested on Python3, I strongly suggest using TWindbg on Python3 instead of Python 2.7. If you still want to use it on Python 2.7, feel free to fork the project and do the development.
27+
2828
* [pykd](https://githomelab.ru/pykd/pykd)
2929

3030
# Installation
31-
* Install Python2/3
31+
* Install Python3
3232
* Install pykd
3333
- Download [Pykd-Ext](https://githomelab.ru/pykd/pykd-ext/-/wikis/Downloads), unpack `pykd.dll` to the `[WinDbg Directory]\x86(or x64)\winext\` directory.
3434
+ This will allow you to run python in Windbg.

0 commit comments

Comments
 (0)