: Because the DLL is being loaded into a random memory address, the injector must manually "fix" the DLL’s internal memory references (relocation).
#Modding #FaceInjector #GamingMods #V3 #Release
It uses VirtualAllocEx to carve out a space within the target process's memory to store the path of the DLL file.
V2 had a memory leak when injecting high-res textures (4k+). It would cause the target process to hang after about 20 minutes.