Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.13k stars 204 forks source link

Regarding reattaching saved hooks to games #647

Open NeedData opened 3 years ago

NeedData commented 3 years ago

My issue was closed #645 regarding reloading/reattaching saved hooks. I guess I should have been more specific with my question. I'm trying to reload/reattach a saved hook to a ppsspp.exe.

I tried as you suggested "....attach to a game it should automatically insert any saved hooks." Unfortunately, when I tried it didn't work. This is what I get: Textractor: pipe connected Textractor: inserting hook: UserHook5 MH_ERROR_NOT_EXECUTABLE Textractor: failed to insert hook Textractor: removing hook: UserHook5

Please let me know what I'm doing wrong.

vikas2316 commented 3 years ago

I don't think It will work with PPSSPP cause emulators store memory at different locations every time you open them.