Help! fatal error stops me from hooking.

i have this error i get from logcat from android modding (the vr kind). i have it all setup and i know how it works but im not too good with hooking. i used a template with a floating mod menu but removed all of it and just have a hooking template using Dobby and ByNameModding. except when the thread gets created and the library loads the libil2cpp.so it doesnt hook and crashes, logs say "fatal27020/26995 libc Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c88e74 in tid 27020" right after libil2cpp.so is loaded.
 
yep, i get ByNameModding logs. such as ByNameModding [InitIl2cppMethods] il2cpp::vm::Class::Init in lib: 0x1ba5944. but heres my entire logcat file so you can search yourself since im not really sure other things i should search but i do see errors such as "fatal libc" error or something along those lines.
 

Attachments

Hard to know what's causing the crash, I can't really interpret logs. I wonder if your hooks are right. Does it crash when you don't hook anything? Though usually in a case of bad hooks libunity.so is mentioned too, I think. And here there's only libc.so and some other.
 
Back
Top Bottom