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

Commit 1669789

Browse files
committed
Update README.md & sceenshots
1 parent 5d2aa69 commit 1669789

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Python 2.7](https://img.shields.io/badge/Python-2.7-green.svg)](https://github.com/bruce30262/TWindbg/)
1+
[![Python 2&3](https://img.shields.io/badge/Python-2%20%26%203-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,11 +21,21 @@ 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-
* 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.
2528
* [pykd](https://githomelab.ru/pykd/pykd)
2629

2730
# 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).
2939
* Download the repository
3040
* Install the matrix theme by double-clicking the [matrix_theme.reg](/matrix_theme.reg)
3141
- The matrix theme is required for letting the [color theme](/TWindbg/color.py) work in TWindbg

img/context.PNG

-157 Bytes
Loading

img/tel.PNG

11.5 KB
Loading

0 commit comments

Comments
 (0)