fedes1to / Zygisk-ImGui-Menu

A template for an ImGui menu using Zygisk
GNU General Public License v3.0
140 stars 120 forks source link

ImGui doesn't render, and the game crashes upon screen touch #8

Closed 0x256e4 closed 1 year ago

0x256e4 commented 1 year ago

Game : Blue Archive Lib : il2cpp.so

how to fix this issue?

fedes1to commented 1 year ago

maybe the input symbol isnt found, you can try finding the "nativeInjectEvent" pointer using kittymemory's nativelib scanner to enable proper touch.

for the rendering part, make sure that the game uses egl (opengl 2.x/3.x) if not you'll need to find a different render buffer method to hook to.