Thema
:
Delphi
How unhook LdrLoadDll function?
Einzelnen Beitrag anzeigen
flashcoder
Registriert seit: 10. Nov 2013
83 Beiträge
#
3
AW: How unhook LdrLoadDll function?
17. Dez 2017, 00:35
Zitat von
himitsu
:
HOOK overwrites a few bytes, so what do you have to do to undo?
Save old content and write back.
How?
could be:
markieren
Code:
Unhook(@NewLdrLoadDll, GetProcAddress(GetModuleHandle('ntdll.dll'), 'LdrLoadDll'));
?
Zitat
flashcoder
Öffentliches Profil ansehen
Mehr Beiträge von flashcoder finden