Projects STRLCPY obfus.h Commits 81468c03
🤬
  • "Bad compiler" exception fixed

  • Loading...
  • DosX committed 1 month ago
    81468c03
    1 parent dec66630
  • ■ ■ ■ ■ ■ ■
    include/obfus.h
    skipped 21 lines
    22 22  #include <string.h>
    23 23  #include <windows.h>
    24 24   
     25 +#if !defined __COUNTER__
     26 +#error You are using too old a compiler version!
     27 +#endif
     28 + 
    25 29  // Fake signatures ;)
    26 30  #if fake_signs && (__TINYC__ || __GNUC__)
    27 31  static const char *FAKE_ENIGMA_1[] __attribute__((section(".enigma1"))) = {0};
    skipped 23 lines
    51 55   "SSIVDDP.DLL", "WIBUKEY",
    52 56   "\\\\.\\WIZZKEYRL",
    53 57   "\\\\.\\NVKEY"};
    54  -#endif
    55  - 
    56  -#if !defined __COUNTER__
    57  -#error You are using too old a compiler version!
    58 58  #endif
    59 59   
    60 60  // Thanks to @horsicq && @ac3ss0r
    skipped 897 lines
Please wait...
Page is in error, reload to recover