DumpToFile does not write data to a file
Closed this issue · 1 comments
1000blxdesss commented
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/");
RiritoNinigaya commented
Me Too!!!