├── README.md ├── conf.h ├── covert.cpp ├── covert.h ├── dec.py ├── minidump.vcxproj ├── minidump.vcxproj.filters ├── minidump.vcxproj.user ├── minidumpPoC.cpp ├── minidumpPoC.sln ├── serv.py ├── utils.cpp └── utils.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/README.md -------------------------------------------------------------------------------- /conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/conf.h -------------------------------------------------------------------------------- /covert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/covert.cpp -------------------------------------------------------------------------------- /covert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/covert.h -------------------------------------------------------------------------------- /dec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/dec.py -------------------------------------------------------------------------------- /minidump.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/minidump.vcxproj -------------------------------------------------------------------------------- /minidump.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/minidump.vcxproj.filters -------------------------------------------------------------------------------- /minidump.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/minidump.vcxproj.user -------------------------------------------------------------------------------- /minidumpPoC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/minidumpPoC.cpp -------------------------------------------------------------------------------- /minidumpPoC.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/minidumpPoC.sln -------------------------------------------------------------------------------- /serv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/serv.py -------------------------------------------------------------------------------- /utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/utils.cpp -------------------------------------------------------------------------------- /utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adepts-Of-0xCC/MiniDumpWriteDumpPoC/HEAD/utils.h --------------------------------------------------------------------------------