Projects STRLCPY obfus.h Commits 6afee9b5
🤬
  • ■ ■ ■ ■ ■ ■
    include/obfus.h
    skipped 28 lines
    29 29  #define BREAK_STACK_1 \
    30 30   __asm__ __volatile("xorl %eax, %eax"); \
    31 31   __asm__ __volatile("jz 1f"); \
    32  - __asm__ __volatile(".byte 00"); \
     32 + __asm__ __volatile(".byte 0x00"); \
    33 33   __asm__ __volatile("1:");
    34 34   
    35 35  #define BREAK_STACK_2 \
    36  - if (_0) __asm__ __volatile(".byte 00");
     36 + if (_0) __asm__ __volatile(".byte 0x00");
    37 37   
    38 38  #define BREAK_STACK_3 \
    39 39   switch (_0) { \
    skipped 332 lines
    372 372  void crash() {
    373 373   BREAK_STACK_1;
    374 374   __asm__ __volatile("int $3");
    375  - __asm__ __volatile(".byte 00");
     375 + __asm__ __volatile(".byte 0x00");
    376 376  }
    377 377   
    378 378  #define ANTI_DEBUG \
    skipped 508 lines
Please wait...
Page is in error, reload to recover