Browse code

Change Y0da decryptor loop counter.

Steven Morgan authored on 2015/03/17 18:31:28
Showing 1 changed files
... ...
@@ -81,7 +81,7 @@ static int yc_poly_emulator(cli_ctx *ctx, char *base, unsigned int filesize, cha
81 81
   unsigned char al;
82 82
   unsigned char cl = ecx & 0xff;
83 83
   unsigned int j,i;
84
-  unsigned int max_jmp_loop = 100000;
84
+  unsigned int max_jmp_loop = 100000000;
85 85
 
86 86
   for(i=0;i<ecx&&i<max_emu;i++) /* Byte looper - Decrypts every byte and write it back */
87 87
     {