Projects STRLCPY obfus.h Commits 5ba96c22
🤬
  • ■ ■ ■ ■ ■ ■
    include/obfus.h
    skipped 34 lines
    35 35  #define BREAK_STACK_2 \
    36 36   if (_0) __asm__ __volatile(".byte 00");
    37 37   
    38  -#define BREAK_STACK_3 \
    39  - switch (_0) { \
    40  - case 1: \
    41  - __asm__ __volatile(".byte 00"); \
     38 +#define BREAK_STACK_3 \
     39 + switch (_0) { \
     40 + case 1: \
     41 + __asm__ __volatile(".byte 0x0F"); \
    42 42   }
    43 43   
    44 44  void junkFunc(int z, ...) {
    skipped 225 lines
    270 270   
    271 271  static char loadStr[5];
    272 272  HMODULE LoadLibraryA_0(LPCSTR lpLibFileName) {
    273  - BREAK_STACK_1;
     273 + BREAK_STACK_3;
    274 274   // return LoadLibraryA(lpLibFileName);
    275 275   
    276 276   typedef HMODULE(WINAPI * LoadLibraryAFunc)(LPCSTR);
    skipped 613 lines
Please wait...
Page is in error, reload to recover