Quote:
Originally Posted by Rico223
pipcat, how specifically did you manage to change "Extra: " to "Extra::"?
The libnickel.so.1.0.0.patch file doesn't say where to replace "Extra: " with "Extra:_" ?
|
There is only one occurence of the string "Extra::" (=`\0E\0x\0t\0r\0a\0:\0\x20`). Therefore, no further reference is needed for the patch program (libnickel.so.1.0.0.patch is an input file for a certain patch program,
see this thread). If you want to replace the string manually with a hex editor, be aware that there is a zero byte in front of each printable character.