Skip to content

Instantly share code, notes, and snippets.

View devnazarchuk's full-sized avatar
🎯
Focusing

Artem Nazarchuk devnazarchuk

🎯
Focusing
View GitHub Profile
@kungfulon
kungfulon / RezExtractor.cpp
Created November 5, 2019 17:30
CrossFire VN Rez Extractor
#include <iostream>
#include <fstream>
#include <algorithm>
#include <experimental/filesystem>
#include <cstdlib>
using namespace std;
typedef unsigned int DWORD;
typedef unsigned char BYTE;