issuimo/UnityResolve.hpp

DumpToFile does not write data to a file

Closed this issue · 1 comments

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!!!