Thanks.
G
gogosai
@gogosai
Posts
-
problem when using (detours lib) SetDll.exe to Add a dll to an exe file. -
problem when using (detours lib) SetDll.exe to Add a dll to an exe file.I use MFC to build a win32 Dynimic-link library. Then I get a bb.dll.I use SetDll.exe to add bb.dll to gogosai.exe.When I choose A simple DLL project to build the dll,It does not work.When I choose A dll is exports some symbols project to build,It works. Why???
-
How to end CPU Processesjust to kill the process. BOOL TerminateProcess( HANDLE hProcess, UINT uExitCode); when a process that running in CPU,i don't think we can end it.You just need to use the TerminateProcess function,then the system will end it.