YiGeeker / Windows-Hacker-Programming-Demo

CMake project for book Windows Hacker Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Hacker Programming Technical Details

The original code is Visual Studio project written in MFC, and this repository transform it into CMake project.

How to build

You should install MSVC and have cmake executable file. Type in command line:

vcvars32.bat

for 32 bits or

vcvars64.bat

for 64bits.

License

MIT Licese

About

CMake project for book Windows Hacker Programming

License:MIT License


Languages

Language:C 63.4%Language:C++ 28.9%Language:CMake 7.7%