This one is not an offset change, I looked up the function in both the old and the new firmware (4.38.23171 & 4.38.23429), and the offset for the changed line is the same.
In 4.38.23171, the "ReadingView::getChapterTitle()" function starts at 00f48ca8, and the line to be replaced ("QString::toUpper() const") starts at 00f48dd2, for an offset of 298
In 4.38.23429 the "ReadingView::getChapterTitle()" function starts at 00f50b98, and the line to be replaced starts at 00f50cc2, for the same offset of 298. There's no changes to the getChapterTitle() function.
Something about the SymPLT is what is failing I believe - I haven't got any of the ones with that replacement method to work.
|