Little update:
Managed to turn HTTPS off in the mobile.kobobooks.com request by modifying the binary
see thumbnail - editor
This is a "decompiled" version of the "MakeMobileRequest" function, and it uses
"QUrl::setScheme", according to the official documentation, it is used to add the prefix "HTTPS" to the url string, therefore if the string is outsourced (From the QT lib for example) HTTPS stays
The request contains... the elusive Kobo eReader.conf's services, which is overwritten at every Sync!
It also contains store categories and "Tops", with their UUIDs, maximum amount of downloaded books and how often they should be updated.
I put it all in a pastebin, as it contains nothing confidential or personal (except for my DeviceID, which I redacted) over at
Pastebin
If anyone wants to patch their libnickel themselves, replace 2E F7 F0 EB at 0x005BD094 as 00 BF 00 BF.