Einzelnen Beitrag anzeigen

flashcoder

Registriert seit: 10. Nov 2013
83 Beiträge
 
#3

AW: How unhook LdrLoadDll function?

  Alt 16. Dez 2017, 23:35
HOOK overwrites a few bytes, so what do you have to do to undo?

Save old content and write back.
How?

could be:

Code:
Unhook(@NewLdrLoadDll, GetProcAddress(GetModuleHandle('ntdll.dll'), 'LdrLoadDll'));
?
  Mit Zitat antworten Zitat