What is the game you are using with IL2CPP Resolver?
706990
Details:
I've Initialized IL2CPP through IL2CPP::Initialize(true) it were successful. For some reason IL2CPP::Callback::Initialize() crashes game, same with when I'm trying to get method pointer (uintptr_t)IL2CPP::Class::Utils::GetMethodPointer("PLH", "Add") also I guess it happens for all the functions.
I used Pre-HeaderOnly Version, cause new one not compiling on my project for some reason it tells functions or something like that already exist in project.
Project: .DLL
Inject program: System Informer (launched with admin rights)
What is the game you are using with IL2CPP Resolver?
706990
Details:
I've Initialized IL2CPP through
IL2CPP::Initialize(true)
it were successful. For some reasonIL2CPP::Callback::Initialize()
crashes game, same with when I'm trying to get method pointer(uintptr_t)IL2CPP::Class::Utils::GetMethodPointer("PLH", "Add")
also I guess it happens for all the functions.I used Pre-HeaderOnly Version, cause new one not compiling on my project for some reason it tells functions or something like that already exist in project.
Project: .DLL Inject program: System Informer (launched with admin rights)
Errors from: output_log.txt (AppData\LocalLow\Skullcap Studios\BLOCKPOST)
crash.dmp
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response