Change Y0da decryptor loop counter.

This commit is contained in:
Steven Morgan
2015-03-17 05:31:28 -04:00
parent fd738c77c9
commit 9baa46aabc

View File

@@ -81,7 +81,7 @@ static int yc_poly_emulator(cli_ctx *ctx, char *base, unsigned int filesize, cha
unsigned char al;
unsigned char cl = ecx & 0xff;
unsigned int j,i;
unsigned int max_jmp_loop = 100000;
unsigned int max_jmp_loop = 100000000;
for(i=0;i<ecx&&i<max_emu;i++) /* Byte looper - Decrypts every byte and write it back */
{