Adding a kill switch { un inject button }Something like if DEL pressed then un inject any help appreciated
@ @gigagiga Any chance you can help me out case DLL_PROCESS_DETACH: if (GetAsyncKeyState(VK_END)) { Beep(750, 100); break; } Sleep(100); } VOID WINAPI FreeLibraryAndExitThread( _In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved ); return TRUE; } What i have so far^
Originally Posted by gigagiga learncpp.com & the function only needs module handle and exit code. Have started with learncpp.com still like trying to figure stuff out
Originally Posted by gigagiga learncpp.com & the function only needs module handle and exit code. So I used a callback in the form of a button to run Free Library and exit thread Exiting works any idea how I can fix the reinjection