Method for monitoring windows system clipboard through windows system service
A system service and clipboard technology, applied in the computer field, can solve the problems of ineffective application software, general applicability, and inability to prevent users from copying
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0021] As shown in the attached figure, initialize the system service information that needs HOOK in the entry function of the clipboard HOOK driver. After in-depth analysis and research on the windows kernel, the entry of the WINDOWS system service is found, which is called the system descriptor table (abbreviation: SDT). This is a structure publicly exported by Ntoskrnl.exe; look up the system service ID related to clipboard monitoring in the system descriptor table (SDT); calculate the address offset of the HOOK system service in Windows; related to clipboard monitoring The system service performs HOOK. When the user initiates a clipboard-related operation, the core state will enter the function after HOOK, and perform clipboard-related monitoring request logic processing in the relevant HOOK function.
[0022] 1. In the clipboard HOOK driver entry function DriverEntry(), initialize the system service information that needs HOOK. For example, in a function InitializeGlobalVa...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 