Skip to content

Commit

Permalink
Official support for Special K 0.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Dec 24, 2016
1 parent fb2f912 commit 195904c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions UnX/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,21 +323,6 @@ DetourWindowProc ( _In_ HWND hWnd,
unx::window.active = last_active;

DetourWindowProc_Original (hWnd, uMsg, wParam, lParam);

//DllMain ( GetModuleHandle (config.system.injector.c_str ()),
//DLL_PROCESS_DETACH,
//nullptr );

//typedef void (WINAPI *SK_SelfDestruct_pfn)(void);
//static SK_SelfDestruct_pfn
//SK_SelfDestruct =
//(SK_SelfDestruct_pfn)
//GetProcAddress ( GetModuleHandle (config.system.injector.c_str ()),
//"SK_SelfDestruct" );

//SK_SelfDestruct ();

//ExitProcess (0);
}

//
Expand Down
Binary file modified version.ini
Binary file not shown.

0 comments on commit 195904c

Please # to comment.