mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-14 18:45:16 -04:00
Change Y0da decryptor loop counter.
This commit is contained in:
@@ -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 */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user