Subversion Repositories filter_foundry

Rev

Rev 352 | Rev 489 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 352 Rev 408
Line 438... Line 438...
438
 
438
 
439
                // Furthermore, if obfuscation 3+ failed (since the seed is individual for each 8BF file),
439
                // Furthermore, if obfuscation 3+ failed (since the seed is individual for each 8BF file),
440
                // we still want that load_*.c is able to detect pparm->iProtected instead
440
                // we still want that load_*.c is able to detect pparm->iProtected instead
441
                // of throwing the error "Incompatible obfuscation".
441
                // of throwing the error "Incompatible obfuscation".
442
                pparm->cbSize = PARM_SIZE;
442
                pparm->cbSize = PARM_SIZE;
-
 
443
                pparm->standalone = 1;
443
        }
444
        }
444
 
445
 
445
        if (obfusc_version >= 1) {
446
        if (obfusc_version >= 1) {
446
                // information was lost due to obfuscation. Make sure it is zero.
447
                // information was lost due to obfuscation. Make sure it is zero.
447
                pparm->unknown2 = 0;
448
                pparm->unknown2 = 0;