Skip to content

Commit 497df9d

Browse files
Some Little Changes
1 parent 1a5cc06 commit 497df9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

APIHOOK/DllUnInject/DllUnInject.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ int main()
1515
return 0;
1616
}
1717

18-
DoSearchProcess(L"TESTAPI.exe");
18+
DoSearchProcess(NULL);
1919
//DoReleaseSemaphoreStatus();
2020

2121
return 0;
@@ -49,6 +49,8 @@ void DoSearchProcess(LPCWCHAR szProcessName)
4949
{
5050
if (!szProcessName || CSTR_EQUAL == CompareString(GetSystemDefaultLCID(), 0, szProcessName, -1, pe32.szExeFile, -1))
5151
{
52+
OutputDebugString(pe32.szExeFile);
53+
OutputDebugString(L": looking for module\n");
5254
DoSearchModule(pe32.th32ProcessID);
5355
}
5456

0 commit comments

Comments
 (0)