Quote:
Originally Posted by Matthew Dartz
Inside my code, on "if (!lstrcmpiA(mEntry.szModule, DLLNAME))", mEntry.hModule ir what you need to do it.
Just do some like:
PHP Code:
void* ptr = GetProcAddress(LoadLibraryA("kernel32.dll"), "FreeLibrary");
CreateRemoteThread(hProcess, 0, 0, (LPTHRE....)ptr, (void*)mEntry.hModule, 0 0);
And it is done.
|
i try it but not work sir. and there is 2 code like "if (!lstrcmpiA(mEntry.szModule, DLLNAME))", mEntry.hModule" in your source code.
can someone explain with this?