How can I call a method in C++ internal DLL for a unity game
My goal is to call a function that gets the current visitor count, but I can’t quite figure out how to do it with it not crashing the game. I’m okayish with c++ but am noob with reverse engineering and working with the stack.