Guest User

Untitled

a guest
Jul 1st, 2020
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.08 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. 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
  3. 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
  4. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
  5. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
  6. 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
  7. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
  8. 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
  9. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
  10. 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
  11. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 91
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17.  
  18. Severity Code Description Project File Line Suppression State
  19. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  20. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 114
  28. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 126
  29. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 414
  30. Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 422
  31. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 424
  32. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 437
  33. Warning C4101 'Ordinal': unreferenced local variable patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 393
  34. Warning C4101 'pDos': unreferenced local variable patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 384
  35. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  36. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  37. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  38. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  39. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  40. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  41. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  42. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  43. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  44. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  45. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  46. Warning C4200 nonstandard extension used: zero-sized array in struct/union patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  47. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 71
  48. Warning C4018 '<': signed/unsigned mismatch patcher C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 205
  49. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  50. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 114
  58. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 126
  59. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 414
  60. Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 422
  61. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 424
  62. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 437
  63. Warning C4101 'Ordinal': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 393
  64. Warning C4101 'pDos': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.cpp 384
  65. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  66. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  67. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  68. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  69. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  70. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  71. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
  78. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  79. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  80. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  81. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  82. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  83. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  84. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  85. 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
  86. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  87. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  88. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  89. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  90. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  91. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  92. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  93. 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
  94. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 28
  95. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 31
  96. Warning C4244 '+=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 35
  97. Warning C4244 '-=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 36
  98. 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
  99. 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
  100. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 101
  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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. Warning C4101 'string2': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 97
  111. 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
  112. 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
  113. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 372
  114. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 387
  115. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 405
  116. Warning C4060 switch statement contains no 'case' or 'default' labels hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\decryptor.h 384
  117. Warning C4083 expected ')'; found identifier 'C4200' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 19
  118. 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
  119. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 49
  120. 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
  121. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 50
  122. 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
  123. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 51
  124. 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
  125. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 52
  126. 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
  127. Error C2440 '=': cannot convert from 'PTCHAR' to 'PWCHAR' hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 91
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 154
  136. 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
  137. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 754
  138. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 774
  139. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 775
  140. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 817
  141. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\main.cpp 827
  142. 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
  143. 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
  144. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  145. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  146. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  147. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  148. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  149. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  150. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  151. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  152. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  153. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  154. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  155. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  156. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  157. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  158. Warning C4101 'j': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeEmulator.cpp 91
  159. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeEmulator.cpp 343
  160. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
  161. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  162. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  163. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  164. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  165. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  166. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  167. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  168. 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
  169. 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
  170. 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
  171. 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
  172. 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
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. Warning C4244 '-=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 237
  181. Warning C4244 '+=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 238
  182. Warning C4244 '*=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 239
  183. Warning C4244 '/=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 240
  184. Warning C4244 '=': conversion from '__int64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 247
  185. 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
  186. 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
  187. 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
  188. 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
  189. 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
  190. Warning C4244 '-=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 373
  191. Warning C4244 '+=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 374
  192. Warning C4244 '*=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 375
  193. Warning C4244 '/=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 376
  194. Warning C4244 '=': conversion from '__int64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 383
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
  202. 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
  203. 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
  204. 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
  205. 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
  206. 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
  207. 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
  208. 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
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. 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
  215. 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
  216. 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
  217. 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
  218. 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
  219. 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
  220. 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
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. 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
  227. 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
  228. 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
  229. 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
  230. 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
  231. 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
  232. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 1421
  233. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeExpression.cpp 1461
  234. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  235. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  236. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  237. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  238. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  239. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  240. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  241. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 64
  242. 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
  243. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 73
  244. 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
  245. 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
  246. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 348
  247. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 353
  248. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 359
  249. Warning C4101 'types': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 504
  250. Warning C4101 'cur': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 536
  251. 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
  252. Warning C4244 '=': conversion from 'DWORD64' to 'BOOL', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 991
  253. 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
  254. Warning C4244 '=': conversion from 'DWORD64' to 'BOOL', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1089
  255. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1113
  256. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1135
  257. Warning C4101 'vars_count': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1023
  258. Warning C4101 'vars': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1024
  259. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1173
  260. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1174
  261. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1175
  262. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1230
  263. Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1244
  264. Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1246
  265. 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
  266. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1262
  267. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1277
  268. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1332
  269. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1442
  270. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1460
  271. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1467
  272. 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
  273. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1518
  274. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1541
  275. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1550
  276. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1553
  277. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1570
  278. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1571
  279. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1579
  280. 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
  281. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1608
  282. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1631
  283. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1640
  284. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1643
  285. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1660
  286. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1661
  287. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1669
  288. 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
  289. Warning C4018 '>': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1683
  290. 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
  291. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1709
  292. 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
  293. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1795
  294. 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
  295. Warning C4244 '=': conversion from 'DWORD' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1803
  296. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1812
  297. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1812
  298. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1817
  299. Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.cpp 1829
  300. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
  301. 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
  302. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
  303. 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
  304. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
  305. Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
  306. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  307. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  308. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  309. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  310. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  311. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  312. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  313. 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
  314. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  315. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  316. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  317. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  318. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  319. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  320. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  321. 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
  322. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  323. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  324. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 53
  325. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 54
  326. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 55
  327. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 56
  328. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 57
  329. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 58
  330. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 59
  331. Warning C4838 conversion from 'LONG' to 'DWORD' requires a narrowing conversion hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mConfigLoader.cpp 60
  332. 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
  333. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  334. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  335. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  336. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  337. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  338. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  339. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  340. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mFunction.cpp 223
  341. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
  342. 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
  343. 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
  344. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitAllocator.h 9
  345. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  346. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  347. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  348. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  349. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  350. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  351. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  352. Warning C4244 '=': conversion from 'DWORD' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 18
  353. 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
  354. 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
  355. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 161
  356. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 181
  357. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 188
  358. 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
  359. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 229
  360. 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
  361. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 265
  362. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 272
  363. 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
  364. Warning C4244 '=': conversion from 'DWORD64' to 'WORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 286
  365. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 295
  366. 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
  367. 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
  368. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 377
  369. 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
  370. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 386
  371. 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
  372. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 407
  373. 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
  374. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 421
  375. 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
  376. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 700
  377. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.cpp 703
  378. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
  379. 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
  380. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
  381. Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
  382. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
  383. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  384. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 71
  385. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mOutputPatcher.cpp 205
  386. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  387. 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
  388. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  389. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  390. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  391. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  392. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  393. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  394. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  395. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 29
  396. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 117
  397. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 132
  398. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 161
  399. 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
  400. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 232
  401. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 244
  402. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 265
  403. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 271
  404. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 293
  405. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 329
  406. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 376
  407. 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
  408. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 413
  409. Warning C4244 '=': conversion from 'DWORD64' to 'INT', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 419
  410. Warning C4244 '=': conversion from 'DWORD64' to 'INT', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 421
  411. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 447
  412. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 455
  413. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 464
  414. Warning C4101 'imm': unreferenced local variable hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mPayloadChunks.cpp 398
  415. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  416. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  417. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  418. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  419. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  420. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  421. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  422. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 65
  423. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 81
  424. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mRandomTypes.cpp 90
  425. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mArray.h 11
  426. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  427. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  428. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  429. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  430. 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
  431. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 95
  432. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 130
  433. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 131
  434. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 132
  435. Warning C4244 '=': conversion from 'DWORD64' to 'DWORD', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mResourceBuilder.cpp 133
  436. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\funcs.h 135
  437. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 9
  438. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 15
  439. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCode.h 21
  440. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.h 283
  441. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mImport.h 120
  442. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mCodeGenerator.h 38
  443. Warning C4244 '=': conversion from 'DWORD64' to 'BYTE', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 357
  444. 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
  445. Warning C4244 '=': conversion from 'DWORD64' to 'short', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 426
  446. Warning C4244 '=': conversion from 'DWORD64' to 'int', possible loss of data hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mVars.cpp 432
  447. 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
  448. 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
  449. 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
  450. Warning C4200 nonstandard extension used: zero-sized array in struct/union hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 8
  451. 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
  452. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 156
  453. 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
  454. Warning C4018 '<': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 162
  455. Warning C4018 '>=': signed/unsigned mismatch hitech_crypter C:\Users\wade\Desktop\cryptor_src\hitech_crypter\mChunkUnitRandom.h 167
  456. 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