Program detection method and device and computer readable storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- PING AN SECURITIES CO LTD
- Publication Date
- 2019-11-19
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of data processing, in particular to a program detection method, device and computer-readable storage medium. Background technique
[0002] In program development, in order to achieve the reuse of code modules, developers will make functional functions into libraries according to actual needs, such as dynamic link libraries. The dynamic link library technology is to save the reusable code in a separate library file. When the compiler compiles the program that calls the dynamic link library, a function call mark is reserved in the executable file. When the program is run , the operating system adds the called dynamic link library file to the memory according to the mark, and maps it to the address space of the program, so that the program can normally call the function in the library file. However, when a dynamic link library is called in a program at present, if the same function name exists in diff...