Chameleon

Chameleon Commit Details

Date:2011-02-09 07:32:58 (13 years 2 months ago)
Author:Evan Lojewski
Commit:739
Parents: 738
Message:
Changes:
M/branches/meklort/i386/modules/KextPatcher/kext_patcher.c

File differences

branches/meklort/i386/modules/KextPatcher/kext_patcher.c
529529
530530
531531
532
532
533533
534534
535535
char* orig_string= XMLCastString(replace);
verbose("Patching %s, replacing %s with %s\n", personalityName, orig_string, nameMatch);
replace_string(orig_string, new_str, plistbuffer + XMLCastStringOffset(replace), 10240);
replace_string(orig_string, nameMatch, plistbuffer + XMLCastStringOffset(replace), 10240);
}

Archive Download the corresponding diff file

Revision: 739