Skip to content

Releases: zouxianyu/query-pdb

v0.4

21 Sep 09:32

Choose a tag to compare

Full Changelog: v0.3...v0.4

  1. Fixed the bug that caused an infinite loop when parsing certain structs (@zouxianyu )
  2. Added detection for Microsoft's ntoskrnl PDB files. Occasionally, Microsoft uploads PDBs that do not contain type information (Proposed by @Qfrost911, Resolved by @zouxianyu )
  3. Removed supervisord; logging is now based on Docker (Proposed by @Immortalety, Resolved by @zouxianyu )

v0.3

25 Mar 04:23
269fabd

Choose a tag to compare

  1. fix bugs on url parsing (@JerryMouseZ )
  2. fix a bug where pdb file downloads could be incomplete, which could cause the program to crash (@zouxianyu )

v0.2

16 Feb 01:50

Choose a tag to compare

Fix the problem of not being able to access the https PDB download server.

v0.1

14 Feb 07:54

Choose a tag to compare

fix include