Projects STRLCPY obfus.h Commits f869e6d5
🤬
  • ■ ■ ■ ■
    include/obfus.h
    skipped 37 lines
    38 38  #endif
    39 39   
    40 40  // Fake signatures ;)
    41  -#if fake_signs && (__TINYC__ || __GNUC__)
     41 +#if defined(fake_signs) && (fake_signs != 0) && (__TINYC__ || __GNUC__)
    42 42  static const char *FAKE_ENIGMA_1[] __attribute__((section(".enigma1"))) = {0};
    43 43  static const char *FAKE_ENIGMA_2[] __attribute__((section(".enigma2"))) = {0};
    44 44  static const char *FAKE_VMPROTECT_1[] __attribute__((section(".vmp0"))) = {0}; // (now is open-source)
    skipped 924 lines
Please wait...
Page is in error, reload to recover