Projects STRLCPY obfus.h Commits b1f45384
🤬
  • ■ ■ ■ ■ ■
    include/obfus.h
    skipped 52 lines
    53 53   return;
    54 54  }
    55 55   
    56  -#define __CRASH \
    57  - __asm__ __volatile("int $3"); \
     56 +#define __CRASH \
     57 + __asm__ __volatile(".byte 0x00"); \
     58 + __asm__ __volatile("int $3"); \
    58 59   exit(1);
    59 60   
    60 61  volatile static char _s_a[] = "a", _s_b[] = "b", _s_c[] = "c", _s_d[] = "d",
    skipped 826 lines
Please wait...
Page is in error, reload to recover