A pykd maintenance fork
Go to file
Colin Xu c342479aed Rewrite setup.py
Changes to setup.py:
Allow specifying below dirs for clean setuptools build. Be default these
dirs will be set automatically based on solution global configuration.
- "--build-base" for build
- "--dist-dir" for bdist_wheel
- "--egg-base" for egg_info

"--python-tag" is set based on current python major.minor version.

bdist_zip will package symbol along with binary as they should always
match.

Package version is dynamically set:
- Read 1st line of VERSION file as package version, if the file exists.
  Useful for release branch.
- If no VERSION file, parse from pykdver.h, plus +g append commit SHA.

"--pplat-name" accepts both win32 and x86, x64 win-amd64 and x64 due to
VS naming convention.

Changes to buildall.cmd
Simplify batch command by put all python version and configs in array.

Signed-off-by: Colin Xu <colin.xu@gmail.com>
2025-01-31 22:29:40 +08:00
.nuget Add nuget CLI tool. 2023-02-27 05:59:33 -08:00
docs/ru [0.3.x] branch : docs 2017-11-03 14:36:27 +04:00
kdlibcpp@25663ceb5a Update kdlibcpp submodule. 2025-01-25 20:03:25 +08:00
pykd Update project file. 2025-01-30 17:45:21 +08:00
samples [0.3.x] added : callFunctionRaw ( call function without prototype ) 2017-11-16 17:33:14 +04:00
setup Rewrite setup.py 2025-01-31 22:29:40 +08:00
snippets Update nbl.py - fixed typos 2020-03-17 12:45:54 -04:00
test/scripts 0.3.4.15 2020-10-21 14:14:57 -04:00
.gitignore Update gitignore. 2025-01-26 22:03:47 +08:00
.gitmodules Update kdlibcpp submodule to fork repo. 2023-02-17 16:21:18 +08:00
CHANGELOG.md Correct CHANGELOG.md for 0.3.4.15_2 2025-01-26 22:42:08 +08:00
LICENSE Update license, add changelog, backup readme. 2025-01-25 18:05:55 +08:00
pykd.sln Fix inconsistent configuration between solution and projects. 2025-01-26 22:14:02 +08:00
README_OLD.md Update license, add changelog, backup readme. 2025-01-25 18:05:55 +08:00
README.md Update README.md 2025-01-26 14:49:49 +08:00

pykd Maintenance

The repo is trying to continue the maintenance as the original project page is no longer accessible.

[Maintenance Release]

  • 0.3.4.15_2 - 2023-02-27
  • 0.3.4.15_1 - 2023-02-22

[Change log]

Check CHANGELOG for the maintenance updates.

[Read Me]

Check the original README for more information about pykd.