SciresM / hactool

hactool is a tool to view information about, decrypt, and extract common file formats for the Nintendo Switch, especially Nintendo Content Archives.
ISC License
982 stars 151 forks source link

Visual Studio 2019 support - for easy one-click building :) #95

Open x0rloser opened 4 years ago

x0rloser commented 4 years ago

I made some changes to get hactool building in Visual Studio 2019 on Windows. So it should now be easy for users to build. The project can build 32bit and 64bit executables.

I also made some changes to fix compiler warnings about size of sizze_t vs uint32_t and uint64_t. This was done in a separate commit in case you don't want these changes.