Releases: zouxianyu/query-pdb
Releases · zouxianyu/query-pdb
v0.4
Full Changelog: v0.3...v0.4
- Fixed the bug that caused an infinite loop when parsing certain structs (@zouxianyu )
- Added detection for Microsoft's ntoskrnl PDB files. Occasionally, Microsoft uploads PDBs that do not contain type information (Proposed by @Qfrost911, Resolved by @zouxianyu )
- Removed supervisord; logging is now based on Docker (Proposed by @Immortalety, Resolved by @zouxianyu )
v0.3
- fix bugs on url parsing (@JerryMouseZ )
- fix a bug where pdb file downloads could be incomplete, which could cause the program to crash (@zouxianyu )
v0.2
Fix the problem of not being able to access the https PDB download server.
v0.1
fix include