ddvk / remarkable2-framebuffer

remarkable2 framebuffer reversing
MIT License
279 stars 22 forks source link

peer into xochitl memory and expose it as shared memory #7

Closed raisjn closed 3 years ago

raisjn commented 3 years ago

https://github.com/ddvk/remarkable2-framebuffer/issues/5#issuecomment-718997763 has some interesting things to look at when trying to find this memory

another (less good) alternative is to hardcode the expected hash of each version of xochitl and the memory addresses we want to make shared.

Eeems commented 3 years ago

#5 (comment) has some interesting things to look at when trying to find this memory

another (less good) alternative is to hardcode the expected hash of each version of xochitl and the memory addresses we want to make shared.

This would mean that there is more work required for every software release to get things working. Not an ideal solution but doable.

raisjn commented 3 years ago

I think there are a few avenues to investigate:

raisjn commented 3 years ago

xofb.so does this, closing for now