Commit Graph

18 Commits

Author SHA1 Message Date
6f9d4c6aa6 refactor: various fixes
- Drop thread priority by 1
- Reduce signed/unsigned conversions
2024-12-22 01:36:14 +09:00
10e0c7446b refactor: get linux build 2024-12-21 13:23:44 +09:00
d19ed2d57f refactor: use winapi for aes/md5 procedure 2024-12-21 06:02:40 +09:00
f458c053c8 build: use WinSQLite3 when possible 2024-12-21 04:42:16 +09:00
f364acaec3 refactor: make code work with mingw 2024-12-20 04:56:17 -09:00
b5a1ea6089 refactor: work without infra.dll, native 64 bit build. 2024-12-20 11:03:16 +09:00
567fb01e79 fix: read out of bound in win64 platform 2024-12-20 11:02:54 +09:00
bd9a9285ae fix: use correct suffix when decoding 2024-11-26 06:51:21 +09:00
ca1162ed28 refactor: refactor cli parser, print license on startup 2024-11-26 06:17:20 +09:00
74ba5156df fix #2: do not discard trailing zero in decrypted ekey. 2024-11-19 17:02:02 +09:00
2908525c5c fix: print error on qmc2 creation failure instead of crash. 2024-11-19 16:59:59 +09:00
edbe9ae708 chore: reformat files 2024-11-19 16:59:28 +09:00
3946440654 fix: use vector over array to reduce executable size by 1MiB 2024-10-18 08:51:04 +09:00
5edce7ec20 chore: version number via CMakeLists.txt. 2024-10-18 08:21:17 +09:00
ac8c5d9a10 refactor: use threads! 2024-10-18 08:21:17 +09:00
a8c7bbe903 refactor: allow custom path to db and infra.dll 2024-10-18 05:35:17 +09:00
db21f35b3f refactor: make infra.dll customizeable 2024-10-18 05:17:10 +09:00
2a462c2eff inital commit 2024-10-17 09:50:14 +09:00