Projects STRLCPY obfus.h Commits 5e1be738
🤬
  • ■ ■ ■ ■ ■
    include/obfus.h
    skipped 489 lines
    490 490  #define printf(...) \
    491 491   do { \
    492 492   BREAK_STACK; \
     493 + ANTI_DEBUG; \
    493 494   junkFunc((RND(0, 1000) * 3) < _0); \
    494 495   printf_custom(RND(0, 1000), __VA_ARGS__); \
    495 496   } while (_0 > (RND(0, 100000000000) * _2) + 82)
    skipped 383 lines
Please wait...
Page is in error, reload to recover