•
API Hooking
- A technique to
intercept API calls to get control
- The most widely
used technique with Message hooking
API ?
- An interface to
control the functions provided by the operating system or programming language.
- On Windows, use
the Win32 API
*As an example of
a process, all processes load kernel32.dll and access the system through
ntdll.dll.
*Win32
API: Windows OS can't directly use system resources(memory, file, network, video, sound,
etc.) by user applications. It is directly managed by the OS.(due to stability, security, efficiency, and
so on.)
=>
Using the Win32 API (the meaningful
program can't be created without
API function.)
#C #C++ #Linux #Embedded #Hooking Example #Hooking #API #API Hooking
No comments:
Post a Comment