Chameleon

Chameleon Commit Details

Date:2017-03-25 20:53:29 (7 years 1 month ago)
Author:ErmaC
Commit:2874
Parents: 2873
Message:typo
Changes:
M/branches/ErmaC/Enoch/i386/libsaio/binaryPatcher.h

File differences

branches/ErmaC/Enoch/i386/libsaio/binaryPatcher.h
5353
5454
5555
56
57
58
59
60
61
62
63
64
6556
6657
58
6759
6860
69
61
7062
7163
7264
UInt8 *Replace,
int MaxReplaces);
unsigned int FindAndReplace(void *sourceData,
UInt32 SourceSize,
UInt32 StartLocation,
UInt8 *Search,
unsigned int SearchSize,
UInt8 *Replace,
int MaxReplaces);
/*
unsigned int FindAndCount(void *sourceData,
UInt32 SourceSize,
UInt32 StartLocation,
UInt8 *Search,
unsigned int SearchSize);
*/
void pach_binaryUsingDictionary(void *data,
UInt32 dataLen,
UInt32 StartLocation,

Archive Download the corresponding diff file

Revision: 2874