ddvk / remarkable2-framebuffer

remarkable2 framebuffer reversing
MIT License
279 stars 22 forks source link

client: Add flag to disable Xochitl intercept #58

Closed matteodelabre closed 3 years ago

matteodelabre commented 3 years ago

Running qmake client.pro DEFINES+=NO_XOCHITL will generate librm2fb_client.so without the Xochitl interception logic (and will not link to frida-gum).

Rationale:

raisjn commented 3 years ago

this makes sense, thanks!