问题 I'm injecting a DLL into a target process to act as a helper while playing an MMORPG (currently functionality converts key press into mouse clicks, as the MMORPG requires the user to move their mouse for certain functionality, something I despise.) Let's say I want to uninject my DLL for whatever reason, how would I go about it? Is this method clean? bool running = true; while (running) // This is the only thread I'm using, and it is running in "realtime" { // Do keyboard handing stuff in