UnityResolve.hpp
UnityResolve.hpp copied to clipboard
DumpToFile does not write data to a file
I used the unityresolve file from the phasmophobia project, because the file from the main project is erroneous, when using the following lines, the code does not perform its function but simply creates empty files
UnityResolve::Init(GetModuleHandleA("GameAssembly.dll"), UnityResolve::Mode::Il2Cpp);
UnityResolve::DumpToFile("C:/Users/hz/somethinggg/");
Me Too!!!