├── 1.vcproj ├── DownloadPDB.cpp ├── NTAPI.c ├── NTAPI.h └── README.md /1.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeDf/DownloadPDB/HEAD/1.vcproj -------------------------------------------------------------------------------- /DownloadPDB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeDf/DownloadPDB/HEAD/DownloadPDB.cpp -------------------------------------------------------------------------------- /NTAPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeDf/DownloadPDB/HEAD/NTAPI.c -------------------------------------------------------------------------------- /NTAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeDf/DownloadPDB/HEAD/NTAPI.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeDf/DownloadPDB/HEAD/README.md --------------------------------------------------------------------------------