Open ZippoKs opened 4 years ago
When you uninject it goes away, but the dll stays "hooked" to csgo, and you can't delete / rebuild the dll
You haven't unloaded something, maybe you have added a new hook that you forgot to unload/unhook when uninjecting Don't foget to call unhook() on vmts that you hook inside the method called Shutdown()
When you uninject it goes away, but the dll stays "hooked" to csgo, and you can't delete / rebuild the dll