View Single Post
Old 11-04-2025, 07:29 PM   #56
Carmelocotonto
Zealot
Carmelocotonto began at the beginning.
 
Carmelocotonto's Avatar
 
Posts: 100
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
Quote:
Originally Posted by JSWolf View Post
Customize ComfortLight settings: is not working. It could just be an offset issue.
Code:
          |   Patch("Customize ComfortLight settings") enabled=true
          |     ResetBaseAddress()
          |     applying
          |     looping over instructions
          |       kobopatch.BaseAddress index=3 line=1338
          |         BaseAddress(kobopatch.BaseAddress{Offset:(*int32)(0x6895d54), Sym:(*string)(nil), SymPLT:(*string)(nil), SymPLTTail:(*string)(nil), Inline:true, Rel:(*int32)(nil)})
          |           BaseAddress(15243628)
          |       kobopatch.ReplaceInt index=4 line=1342
          |         ReplaceInt(22, 0x15, 0x11)
          |         could not apply patch "Customize ComfortLight settings": line 1342: inst 4: ReplaceInt: could not find specified bytes at offset
        --> could not apply patch "Customize ComfortLight settings": line 1342: inst 4: ReplaceInt: could not find specified bytes at offset
Hi, I tried this one
- BaseAddress: 0xE91D74 # find the base of the unnamed subroutine with the x-ref to _ZN5QTimeC1Eiiii

and all was fine
Carmelocotonto is offline   Reply With Quote