IOS platform file reading protection method, storage medium, electronic equipment and system
A technology for reading protection and platform files, which is applied in the field of information security and can solve the problems of illegal reading of file contents and loss of core data.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0035] The present invention will be described in further detail below in conjunction with the accompanying drawings and embodiments.
[0036] see figure 1 As shown, the embodiment of the present invention provides a file reading protection method on the iOS platform, which is used to judge the legality of the file content reading operation in the program in the iOS system, and effectively ensure the security of data reading. In the iOS system, all file content reading operations will eventually be implemented by calling the open function. Therefore, by monitoring the logic of the open function, the call stack information when the open function is called is obtained, and the legitimacy of the call stack information is judged. Determine whether the read operation of the current file is legal. The open function is used to open or create a file. For the open function, its prototype is as follows:
[0037] int open(const char*, int,...);
[0038] Among them, the parameter cons...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

