|
There's something you have to know about patch : there's no magic in it !
This is how they work : they only specify 3 things :
1) the lacation of bytes to be changed
2) the number of bytes to change
3) the new values of these bytes
So, if you don't have an image with files at different places than the original image the patch was made for, it won't work. Sometime, you can apply a patch to a different image, but only because (with some luck) the byte to be modified are at the same place.
|