View Single Post
Old 11-09-2018, 05:20 PM   #67
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,788
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
I was bored, so guess what I made for fun:

libnickel.so.1.0.0_custom.yaml
Code:
Manipulate reading stats:
  - Enabled: no
  - Description: Always add 10 hours to the reading time every time you close a book.
  # in EventEngine::endReadingSession(*Volume) when recording end of reading session stats, change QDateTime::secsTo calls to a fixed value
  - ReplaceBytes: {Offset: 0x4D99A0, FindH: 4F F7 22 EB, ReplaceH: 48 F6 A0 40} # MOV  r0, 0x8ca0    ; 10 hours in seconds in hex
  - ReplaceBytes: {Offset: 0x4D99C0, FindH: 4F F7 12 EB, ReplaceH: 48 F6 A0 40} # MOV  r0, 0x8ca0    ; 10 hours in seconds in hex
geek1011 is offline   Reply With Quote