Search found 1 match
- Sat Apr 01, 2017 8:23 am
- Forum: madCodeHook
- Topic: Is hooking Native Api functions reliable?
- Replies: 1
- Views: 2947
Is hooking Native Api functions reliable?
Hello, I want to hook some Native Api functions from ntdll.dll, more specifically NtCreateFile and NtWriteFile. However, according to MS Documentation , the NT functions are subject to change from one release of Windows to the next, and possibly even between service packs for each release. This incl...