Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Severity Code Description Project File Line Suppression State
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
- Error C2664 'LPSTR lstrcatA(LPSTR,LPCSTR)': cannot convert argument 2 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 89
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 91
- Error C2664 'BOOL DeleteFileA(LPCSTR)': cannot convert argument 1 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 103
- Error C2664 'PMBUF file_get_contentsA(PCHAR)': cannot convert argument 1 from 'PWCHAR' to 'PCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 105
- Error C2664 'bool mConfigLoader::load_from_file(PTCHAR)': cannot convert argument 1 from 'PWCHAR' to 'PTCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 133
- Error C2664 'mOutputPatcher::mOutputPatcher(mOutputPatcher &&)': cannot convert argument 1 from 'PWCHAR' to 'PTCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 228
- Error C2664 'BOOL DeleteFileA(LPCSTR)': cannot convert argument 1 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCompiler.cpp 321
- Severity Code Description Project File Line Suppression State
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 47
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 57
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 62
- Warning C4996 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _wcsdup. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 38
- Warning C4996 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 44
- Warning C4996 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 61
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 114
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 126
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 414
- Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 422
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 424
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 437
- Warning C4101 'Ordinal': unreferenced local variable patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 393
- Warning C4101 'pDos': unreferenced local variable patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 384
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 71
- Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 205
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 47
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 57
- Warning C4996 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 62
- Warning C4996 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _wcsdup. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 38
- Warning C4996 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 44
- Warning C4996 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 61
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 114
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 126
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 414
- Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 422
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 424
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 437
- Warning C4101 'Ordinal': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 393
- Warning C4101 'pDos': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 384
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_kernel32.cpp 37
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_kernel32.cpp 45
- Warning C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_kernel32.cpp 167
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_kernel32.cpp 396
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_kernel32.cpp 522
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\lib_trash.cpp 18
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mutate.h 44
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 28
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 31
- Warning C4244 '+=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 35
- Warning C4244 '-=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 36
- Warning C4244 'argument': conversion from 'DWORD' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 37
- Warning C4244 'argument': conversion from 'DWORD' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 38
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 101
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 70
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 71
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 72
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 73
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 74
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 75
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 76
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 80
- Warning C4996 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 90
- Warning C4101 'string2': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 97
- Warning C4244 'initializing': conversion from 'DWORD64' to 'UINT32', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 336
- Warning C4244 'initializing': conversion from 'DWORD64' to 'UINT32', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 338
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 372
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 387
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 405
- Warning C4060 switch statement contains no 'case' or 'default' labels hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 384
- Warning C4083 expected ')'; found identifier 'C4200' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 19
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
- Error C2664 'int wcscmp(const wchar_t *,const wchar_t *)': cannot convert argument 1 from 'PTCHAR' to 'const wchar_t *' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
- Error C2664 'LPSTR lstrcatA(LPSTR,LPCSTR)': cannot convert argument 2 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 89
- Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 91
- Warning C4477 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 95
- Warning C4477 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 96
- Warning C4477 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 99
- Error C2664 'BOOL DeleteFileA(LPCSTR)': cannot convert argument 1 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 103
- Error C2664 'PMBUF file_get_contentsA(PCHAR)': cannot convert argument 1 from 'PWCHAR' to 'PCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 105
- Warning C4477 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 111
- Error C2664 'bool mConfigLoader::load_from_file(PTCHAR)': cannot convert argument 1 from 'PWCHAR' to 'PTCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 133
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 154
- Error C2664 'mOutputPatcher::mOutputPatcher(mOutputPatcher &&)': cannot convert argument 1 from 'PWCHAR' to 'PTCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 228
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 754
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 774
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 775
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 817
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 827
- Warning C4996 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 63
- Warning C4996 'swprintf': function has been changed to conform with the ISO C standard, adding an extra character count parameter. To use the traditional Microsoft version, set _CRT_NON_CONFORMING_SWPRINTFS. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 71
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4101 'j': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeEmulator.cpp 91
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeEmulator.cpp 343
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 '=': conversion from 'short' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 77
- Warning C4244 '-=': conversion from '__int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 101
- Warning C4244 '+=': conversion from '__int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 102
- Warning C4244 '*=': conversion from '__int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 103
- Warning C4244 '/=': conversion from '__int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 104
- Warning C4244 '=': conversion from '__int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 111
- Warning C4244 '=': conversion from 'unsigned short' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 145
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 169
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 170
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 171
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 172
- Warning C4244 '=': conversion from 'unsigned __int64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 179
- Warning C4244 '-=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 237
- Warning C4244 '+=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 238
- Warning C4244 '*=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 239
- Warning C4244 '/=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 240
- Warning C4244 '=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 247
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 305
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 306
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 307
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 308
- Warning C4244 '=': conversion from 'unsigned __int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 315
- Warning C4244 '-=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 373
- Warning C4244 '+=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 374
- Warning C4244 '*=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 375
- Warning C4244 '/=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 376
- Warning C4244 '=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 383
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 441
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 442
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 443
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 444
- Warning C4244 '=': conversion from 'unsigned __int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 451
- Warning C4244 '=': conversion from 'short' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 621
- Warning C4244 '-=': conversion from '__int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 645
- Warning C4244 '+=': conversion from '__int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 646
- Warning C4244 '*=': conversion from '__int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 647
- Warning C4244 '/=': conversion from '__int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 648
- Warning C4244 '=': conversion from '__int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 655
- Warning C4244 '=': conversion from 'unsigned short' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 689
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 713
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 714
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 715
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 716
- Warning C4244 '=': conversion from 'unsigned __int64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 723
- Warning C4244 '-=': conversion from '__int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 781
- Warning C4244 '+=': conversion from '__int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 782
- Warning C4244 '*=': conversion from '__int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 783
- Warning C4244 '/=': conversion from '__int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 784
- Warning C4244 '=': conversion from '__int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 791
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 849
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 850
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 851
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 852
- Warning C4244 '=': conversion from 'unsigned __int64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 859
- Warning C4244 '-=': conversion from '__int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 917
- Warning C4244 '+=': conversion from '__int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 918
- Warning C4244 '*=': conversion from '__int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 919
- Warning C4244 '/=': conversion from '__int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 920
- Warning C4244 '=': conversion from '__int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 927
- Warning C4244 '-=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 985
- Warning C4244 '+=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 986
- Warning C4244 '*=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 987
- Warning C4244 '/=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 988
- Warning C4244 '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 995
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 1421
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 1461
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 64
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 66
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 73
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 75
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 129
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 348
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 353
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 359
- Warning C4101 'types': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 504
- Warning C4101 'cur': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 536
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 789
- Warning C4244 '=': conversion from 'DWORD64' to 'BOOL', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 991
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1033
- Warning C4244 '=': conversion from 'DWORD64' to 'BOOL', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1089
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1113
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1135
- Warning C4101 'vars_count': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1023
- Warning C4101 'vars': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1024
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1173
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1174
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1175
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1230
- Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1244
- Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1246
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1261
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1262
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1277
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1332
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1442
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1460
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1467
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1515
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1518
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1541
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1550
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1553
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1570
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1571
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1579
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1605
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1608
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1631
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1640
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1643
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1660
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1661
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1669
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1682
- Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1683
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1695
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1709
- Warning C4244 'initializing': conversion from 'DWORD64' to 'INT', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1779
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1795
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1800
- Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1803
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1812
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1812
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1817
- Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1829
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 133
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 158
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
- Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeLines.cpp 132
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Error C2664 'BOOL DeleteFileA(LPCSTR)': cannot convert argument 1 from 'PWCHAR' to 'LPCSTR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCompiler.cpp 321
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 53
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 54
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 55
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 56
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 57
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 58
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 59
- Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 60
- Warning C4146 unary minus operator applied to unsigned type, result still unsigned hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 181
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mFunction.cpp 223
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 133
- Warning C4244 'initializing': conversion from 'DWORD64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 187
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 18
- Warning C4244 'initializing': conversion from 'DWORD64' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 59
- Warning C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 80
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 161
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 181
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 188
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 190
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 229
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 255
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 265
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 272
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 274
- Warning C4244 '=': conversion from 'DWORD64' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 286
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 295
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 322
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 376
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 377
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 384
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 386
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 406
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 407
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 414
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 421
- Warning C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 627
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 700
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 703
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 158
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
- Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 71
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 205
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4996 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPathBuilder.cpp 20
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 29
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 117
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 132
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 161
- Warning C4244 'argument': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 215
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 232
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 244
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 265
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 271
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 293
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 329
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 376
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 396
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 413
- Warning C4244 '=': conversion from 'DWORD64' to 'INT', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 419
- Warning C4244 '=': conversion from 'DWORD64' to 'INT', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 421
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 447
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 455
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 464
- Warning C4101 'imm': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 398
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 65
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 81
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 90
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mArray.h 11
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 88
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 95
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 130
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 131
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 132
- Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 133
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
- Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 357
- Warning C4244 '=': conversion from 'DWORD64' to 'signed char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 420
- Warning C4244 '=': conversion from 'DWORD64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 426
- Warning C4244 '=': conversion from 'DWORD64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 432
- Warning C4244 '=': conversion from 'DWORD64' to 'unsigned char', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 445
- Warning C4244 '=': conversion from 'DWORD64' to 'unsigned short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 451
- Warning C4244 '=': conversion from 'DWORD64' to 'unsigned int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 457
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 133
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
- Warning C4244 'initializing': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 158
- Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
- Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
- Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
Advertisement
Add Comment
Please, Sign In to add comment