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
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
@@ -21,11 +21,21 @@ It also supports some peda-like commands ( see the [support commands](#support-c
21
21
For now it supports both x86 & x64 WinDbg.
22
22
23
23
# Dependencies
24
-
* Python2.7 ( The extension has NOT been tested on Python3 )
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.
25
28
* [pykd](https://githomelab.ru/pykd/pykd)
26
29
27
30
# Installation
28
-
* Install Python2.7 & pykd
31
+
* Install Python2/3
32
+
* Install pykd
33
+
- Download [Pykd-Ext](https://githomelab.ru/pykd/pykd-ext/-/wikis/Downloads), unpack `pykd.dll` to the `[WinDbg Directory]\x86(or x64)\winext\` directory.
34
+
+ This will allow you to run python in Windbg.
35
+
- In the Windbg command line, enter command `.load pykd` to load the pykd module.
36
+
- Enter `!pip install pykd` to install the pykd python package.
37
+
+ Upgrade the pykd module with command `!pip install --upgrade pykd`.
38
+
+ If something went wrong during the installation with `pip install`, try installing the wheel package instead of the one on PyPI. You can download the wheel package [here](https://githomelab.ru/pykd/pykd/-/wikis/All%20Releases).
29
39
* Download the repository
30
40
* Install the matrix theme by double-clicking the [matrix_theme.reg](/matrix_theme.reg)
31
41
- The matrix theme is required for letting the [color theme](/TWindbg/color.py) work in TWindbg
0 commit comments