Skip to content

Instantly share code, notes, and snippets.

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active April 12, 2024 17:23
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@EAirPeter
EAirPeter / Decode.cpp
Created August 11, 2018 06:02
Decodes cdb file
#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_LEAN_AND_MEAN
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <Windows.h>