Method for carrying out vulnerability early warning aiming at large-scale target
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- 北京知道未来信息技术有限公司
- Publication Date
- 2018-03-06
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of computer network security, and relates to a coroutine-based method for early warning of loopholes for large-scale targets. Background technique
[0002] A process is a running activity of a program in a computer on a certain data set. It is the basic unit for system resource allocation and scheduling, and the basis of the operating system structure.
[0003] A thread is an entity in a process, which is the basic unit independently scheduled and dispatched by the system. A thread itself does not own system resources, but only a few resources that are essential for running. However, it can share the process with other threads belonging to the same process. All resources owned.
[0004] Multithreading refers to running multiple threads simultaneously in a single program to complete different tasks. Multiple threads are relatively independent and have their own contexts, and the switching is controlled by t...