feat: added project files

This commit is contained in:
TaurusXin
2021-10-06 17:34:29 +01:00
parent 13a2db3f75
commit c956386b6e
122 changed files with 23431 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
win32:
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -Ltaglib/lib -Itaglib/include -static -O
strip ncmdump.exe
linux:
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag
strip ncmdump
macos:
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag
strip ncmdump