CN105808536B - File processing method and device - Google Patents

File processing method and device Download PDF

Info

Publication number
CN105808536B
CN105808536B CN201410829550.4A CN201410829550A CN105808536B CN 105808536 B CN105808536 B CN 105808536B CN 201410829550 A CN201410829550 A CN 201410829550A CN 105808536 B CN105808536 B CN 105808536B
Authority
CN
China
Prior art keywords
authority
program
dynamic library
file
installation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201410829550.4A
Other languages
Chinese (zh)
Other versions
CN105808536A (en
Inventor
张海潮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201410829550.4A priority Critical patent/CN105808536B/en
Publication of CN105808536A publication Critical patent/CN105808536A/en
Application granted granted Critical
Publication of CN105808536B publication Critical patent/CN105808536B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a file processing method and device. The file processing method comprises the following steps: judging whether the dynamic library loading folder has the read-write permission or not; when the dynamic library loading folder has the readable and writable rights, storing an installation service file for installing a specified program into the dynamic library loading folder; wherein the authority of the designated program is higher than the authority given to the application program by the operating system; restarting a positioning service to mount the installation service file in the positioning service; and calling the installation service file to install the specified program. The method does not need to crack the installation program of the system to install the high-authority program, breaks through the limitation of program installation, expands the program popularization channel, is simple and convenient to operate, and reduces the difficulty of program installation.

Description

File processing method and device
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a file processing method and a file processing apparatus.
Background
Because the limit of the iPhone to the authority of a third party installer is strict, the high-authority program cannot be installed on a non-cracked iPhone mobile phone. And certain special functions (harassment interception and the like) can be realized only by needing a high-authority program or being hung in other programs, so that the high-authority application program is required to be installed from Cydia or installed by self by using a dpkg-i command after the mobile phone is cracked.
Cydia is a program installation tool carried by an iPhone after being cracked, and special functions such as harassment interception and the like are realized by downloading programs with high authority. Some users familiar with the operating system may install high-rights programs themselves by command.
However, the method for installing the high-permission application program through Cydia has great limitation on installation and popularization of the application program, and the Cydia installation method is complex in operation and high in installation difficulty.
Therefore, one technical problem that needs to be urgently solved by those skilled in the art is: how to break through the limitation of the existing program installation method on program installation and popularization.
Disclosure of Invention
The technical problem to be solved by the embodiment of the invention is to provide a file processing method, which can reduce the limitation on program installation and expand the program popularization channel.
Correspondingly, the embodiment of the invention also provides a file processing device, which is used for ensuring the realization and the application of the method.
In order to solve the above problems, the present invention discloses a file processing method, comprising:
judging whether the dynamic library loading folder has the read-write permission or not;
when the dynamic library loading folder has the readable and writable rights, storing an installation service file for installing a specified program into the dynamic library loading folder; wherein the authority of the designated program is higher than the authority given to the application program by the operating system;
restarting a positioning service to mount the installation service file in the positioning service;
and calling the installation service file to install the specified program.
Further, the authority of the designated program is higher than the authority of the iOS operating system application program file.
Further, the method further comprises:
and when the dynamic library loading folder does not have the readable and writable authority, modifying the authority of the dynamic library loading folder into the readable and writable authority.
Further, the modifying the authority of the dynamic library loading folder into a readable and writable authority includes:
deleting a positioning service configuration file in the system;
linking the location service configuration file into the dynamic library loading folder;
and restarting the positioning service to modify the authority of loading the folder of the dynamic library into a read-write authority.
Further, the restarting the location service includes:
and executing a restarting method in the positioning service management to restart the positioning service.
Further, the method is applied to an iOS operating system.
An embodiment of the present invention further provides a file processing apparatus, including:
the judging unit is used for judging whether the dynamic library loading folder has the read-write permission;
the storage unit is used for storing an installation service file for installing a specified program into the dynamic library loading folder when the dynamic library loading folder has the readable and writable rights; wherein the authority of the designated program is higher than the authority given to the application program by the operating system;
the restarting unit is used for restarting the positioning service; the installation service file is mounted in the positioning service after the restarting unit restarts the positioning service;
and the installation unit is used for calling the installation service file to install the specified program.
Further, the authority of the designated program is higher than the authority of the iOS operating system application program file.
Further, the apparatus further comprises:
a modification unit for modifying the authority of the dynamic library loading folder into a readable and writable authority when the dynamic library loading folder does not have the readable and writable authority
Further, the modification unit includes:
a deleting subunit, configured to delete the location service configuration file in the system;
a link subunit, configured to link the location service configuration file to the dynamic library loading folder;
and the notification subunit is used for notifying the restart unit to restart the positioning service so as to modify the permission of loading the folder in the dynamic library into a readable and writable permission.
Further, the restart unit is specifically configured to execute a restart method in location service management to restart the location service.
Further, the device is applied to an iOS operating system.
Compared with the prior art, the embodiment of the invention has the following advantages:
according to the embodiment of the invention, the installation service file is mounted in the positioning service, so that the installation service file can be used for installing the high-authority program, and the function of installing the high-authority program through the low-authority program is realized. The method does not need to crack the installation program of the system to install the high-authority program, breaks through the limitation of program installation, expands the program popularization channel, is simple and convenient to operate, and reduces the difficulty of program installation.
Drawings
FIG. 1 is a flow chart of the steps of one embodiment of a document processing method of the present invention;
FIG. 2 is a flowchart of a method for modifying dynamic library loading folder permissions, according to an embodiment of the present invention;
FIG. 3 is a flowchart of the steps of another document processing method embodiment of the present invention;
FIG. 4 is a block diagram of a document processing apparatus according to an embodiment of the present invention;
FIG. 5 is a block diagram of another embodiment of a document processing apparatus according to the present invention;
fig. 6 is a block diagram of a modification unit in the embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a file processing method according to the present invention is shown, which may specifically include the following steps:
step 101, judging whether the dynamic library loading folder has the read-write permission.
In this embodiment, the file processing apparatus may be an apparatus for implementing program installation, and the apparatus implements installation of a high-privilege program by processing and controlling related folders and files.
The dynamic library loading folder is a folder for loading a dynamic library, and the dynamic library loaded into the folder can be automatically mounted into a certain program after subsequent processing, which is specifically referred to in the following description.
In this step, the file processing apparatus first checks the authority of the dynamic library to load the folder, and determines whether the authority of the folder is a readable and writable authority.
If the dynamic library loading folder does not have the read-write permission, executing the steps 102-103; if the read-write permission exists, step 103 is directly executed.
Step 102, the authority of loading the folder in the dynamic library is modified into a readable and writable authority.
The process of modifying the authority of the dynamic library loading folder can actively manufacture a system bug by deleting important configuration files in the system and link the configuration files to the dynamic library loading folder, so that the system can automatically modify the authority of the dynamic library loading folder into a read-write authority when repairing the bug after restarting.
After the modification to the read/write permission, step 103 is performed.
103, storing an installation service file for installing a specified program into the dynamic library loading folder; wherein the authority of the designated program is higher than the authority given to the application program by the operating system.
And when the authority of loading the folder of the dynamic library is the read-write authority, the installation service file can be placed into the loading folder of the dynamic library.
The installation service file is used for installing a designated program, the designated program is a high-authority program, the authority of the designated program is higher than the authority of an application program given by an operating system, and for the iOS operating system, the authority of the designated program is higher than the authority of an application program file of the iOS operating system.
And 104, restarting the positioning service to mount the installation service file in the positioning service.
The restarting of the location service may specifically be performing a restart method in location service management to restart the location service. After the positioning service is restarted, the installation service file in the dynamic library loading folder can be automatically mounted in the positioning service.
Step 105, calling the installation service file to install the specified program.
After the installation service file is successfully mounted, the installation service file can be called to install the high-authority designated program.
According to the embodiment of the invention, the installation service file is mounted in the positioning service, so that the installation service file can be used for installing the high-authority program, and the function of installing the high-authority program through the low-authority program is realized. The method does not need to crack the installation program of the system to install the high-authority program, breaks through the limitation of program installation, expands the program popularization channel, is simple and convenient to operate, and reduces the difficulty of program installation.
In another embodiment of the present invention, a process of modifying the authority of loading the dynamic library into the folder into the readable and writable authority, as shown in fig. 2, may specifically include the following steps:
step 201, deleting the location service configuration file in the system.
In this embodiment, the file processing apparatus first finds a location service configuration file in the system, and then deletes the file, so that the system generates a vulnerability.
Step 202, link the location service configuration file to the dynamic library loading folder.
In order to modify the read-write permission of the dynamic library loading folder, the step links the positioning service configuration file to the dynamic library loading folder.
Step 203, the positioning service is restarted to modify the authority of loading the folder of the dynamic library into a readable and writable authority.
The restarting of the location service may specifically be performing a restart method in location service management to restart the location service. After the positioning service is restarted, the system can automatically modify the authority of loading the folder of the dynamic library into the read-write authority when the bug is repaired.
According to the embodiment of the invention, the installation service file can be written into the dynamic library loading folder only by modifying the read-write permission of the dynamic library loading folder, so that the installation service file can be hung in the positioning service program after the positioning service is restarted.
Referring to FIG. 3, a flowchart illustrating the steps of another file processing method embodiment of the present invention is shown.
In this embodiment, a case that a high-privilege program is installed on an iOS cracking system through a low-privilege program is taken as an example for explanation, and the method may specifically include the following steps:
step 301, judging whether the dynamic library loading folder has the read-write permission.
In this embodiment, the dynamic library loading folder is:
/Library/MobileSubstrate/DynamicLibraries,
in the step, the permission of the Library/Mobile subsystem/dynamic libraries is read, and whether the read-write permission exists or not is judged.
If the read-write permission exists, executing steps 305-308; if the read-write permission does not exist, executing steps 302-304, and firstly modifying the permission of/Library/Mobile subsystem/dynamic libraries as the read-write permission.
Step 302, delete location service configuration file.
In this step, the location service configuration file is:
a/var/mobile/Library/Preferences/com. applet.
After the file is deleted, step 303 is performed.
Step 303, link the location service configuration file to the dynamic library loading folder.
link/var/mobile/Library/Preferences/com. applet. located. plist files to/Library/mobile subsystem/dynamic libraries.
Step 304, a restart method in the location service management is executed to restart the location service.
And executing a shutdown daemon method in the CLLocation manager to restart the located service.
After the positioning service is restarted, the permission of the Library/Mobile subsystem/dynamic libraries can be modified into the read-write permission, and then the steps 305-308 are executed.
Step 305, storing an installation service file for installing a specified program into the dynamic library loading folder, wherein the authority of the specified program is higher than that of IPA.
In this embodiment, the installation service file is a helloworld.dylib file, which is a program responsible for installing the specified program. In this step, the helloworld. dynamic is written into/Library/MobileSubstrate/dynamic libraries.
Wherein the authority to specify the program is higher than the authority of IPA (iPhone application).
Step 306, executing the restart method in the location service management to restart the location service.
And executing a shutdown daemon method in the CLLocation manager to restart the located service.
After the location service is restarted, helloworld.dylib can be mounted in the location service, so that the specified program can be installed with high authority.
Step 307, call installation service file installation designation program.
After restarting, the DEB program package of the appointed program can be installed by using HelloWorld.
At step 308, the designated program is quickly restarted to enable its functionality.
After the execution program is installed, the specified program is quickly restarted, so that the function thereof can be made effective.
The above method embodiments may be applied to iOS operating systems, such as iOS5, iOS6, iOS 7.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 4, a block diagram of a file processing apparatus according to an embodiment of the present invention is shown, which may specifically include the following units:
a determining unit 401, configured to determine whether the dynamic library loading folder has a read-write permission.
A storage unit 402, configured to store an installation service file for installing a specified program into the dynamic library loading folder when the dynamic library loading folder has a readable and writable right; wherein the authority of the designated program is higher than the authority given to the application program by the operating system.
A restart unit 403 for restarting the location service; wherein the installation service file is mounted in the location service after the restart unit 403 restarts the location service.
An installation unit 404, configured to invoke an installation service file installation designation program.
In the embodiment of the invention, the device mounts the installation service file in the positioning service, so that the installation service file can be used for installing the high-authority program, and the function of installing the high-authority program through the low-authority program is realized. The device does not need to crack the installation program of the system to install the high-authority program, breaks through the limitation of program installation, expands the program popularization channel, is simple and convenient to operate, and reduces the difficulty of program installation.
In another embodiment of the invention, the rights to specify the program are higher than the rights to the iOS operating system application files.
Referring to fig. 5, a block diagram of a file processing apparatus according to an embodiment of the present invention is shown.
The apparatus includes, in addition to a judging unit 401, a storing unit 402, a restarting unit 403, and a mounting unit 404:
a modifying unit 501, configured to modify the authority of the dynamic library loading folder into a readable and writable authority when the dynamic library loading folder does not have the readable and writable authority.
As shown in fig. 6, the modifying unit 501 may further include:
a deleting subunit 601, configured to delete the location service profile in the system.
A linking subunit 602, configured to link the location service configuration file into the dynamic library loading folder.
And a notifying subunit 603, configured to notify the restarting unit to restart the location service, so as to modify the permission of loading the folder in the dynamic library into a readable and writable permission.
The restart unit is specifically configured to execute a restart method in location service management to restart the location service.
The above apparatus can be applied to an iOS operating system. Such as iOS5, iOS6, iOS 7.
The embodiment of the invention also provides the following steps:
a1, a file processing method, comprising:
judging whether the dynamic library loading folder has the read-write permission or not;
when the dynamic library loading folder has the readable and writable rights, storing an installation service file for installing a specified program into the dynamic library loading folder; wherein the authority of the designated program is higher than the authority given to the application program by the operating system;
restarting a positioning service to mount the installation service file in the positioning service;
and calling the installation service file to install the specified program.
A2, the method according to A1, wherein the authority of the designated program is higher than that of the iOS operating system application program file.
A3, the method according to A1, wherein the method further comprises:
and when the dynamic library loading folder does not have the readable and writable authority, modifying the authority of the dynamic library loading folder into the readable and writable authority.
A4, the method according to A3, wherein the modifying the authority of the dynamic library loading folder into read-write authority comprises:
deleting a positioning service configuration file in the system;
linking the location service configuration file into the dynamic library loading folder;
and restarting the positioning service to modify the authority of loading the folder of the dynamic library into a read-write authority.
A5, the method according to any one of A1 to A4, wherein the restarting of location services comprises:
and executing a restarting method in the positioning service management to restart the positioning service.
A6, the method according to any one of A1 to A4, wherein the method is applied to an iOS operating system.
B7, a document processing apparatus comprising:
the judging unit is used for judging whether the dynamic library loading folder has the read-write permission;
the storage unit is used for storing an installation service file for installing a specified program into the dynamic library loading folder when the dynamic library loading folder has the readable and writable rights; wherein the authority of the designated program is higher than the authority given to the application program by the operating system;
the restarting unit is used for restarting the positioning service; the installation service file is mounted in the positioning service after the restarting unit restarts the positioning service;
and the installation unit is used for calling the installation service file to install the specified program.
B8, the device according to B7, wherein the authority of the designated program is higher than that of the iOS operating system application program file.
B9, the device according to B7, characterized in that the device further comprises:
a modification unit for modifying the authority of the dynamic library loading folder into a readable and writable authority when the dynamic library loading folder does not have the readable and writable authority
B10, the device according to B9, characterized in that the modification unit comprises:
a deleting subunit, configured to delete the location service configuration file in the system;
a link subunit, configured to link the location service configuration file to the dynamic library loading folder;
and the notification subunit is used for notifying the restart unit to restart the positioning service so as to modify the permission of loading the folder in the dynamic library into a readable and writable permission.
B11, the device according to any one of B7 to B10,
the restart unit is specifically configured to execute a restart method in location service management to restart the location service.
B12, the device according to any one of B7 to B10, wherein the device is applied to an iOS operating system.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The foregoing describes in detail a file processing method and a file processing apparatus provided by the present invention, and the present invention has been described in detail by applying specific examples to explain the principles and embodiments of the present invention, and the description of the above examples is only used to help understand the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A file processing method, comprising:
judging whether the dynamic library loading folder has the read-write permission or not;
when the dynamic library loading folder has the readable and writable rights, storing an installation service file for installing a specified program into the dynamic library loading folder; wherein the authority of the designated program is higher than the authority given to the application program by the operating system; modifying the authority of the dynamic library loading folder comprises deleting a configuration file in the system, and linking the configuration file to the dynamic library loading folder, so that the system modifies the authority of the dynamic library loading folder into a read-write authority after restarting;
restarting a positioning service to mount the installation service file in the positioning service;
and calling the installation service file to install the specified program.
2. The method of claim 1, wherein the rights to specify the program are higher than the rights to the iOS operating system application files.
3. The method of claim 1, further comprising:
and when the dynamic library loading folder does not have the readable and writable authority, modifying the authority of the dynamic library loading folder into the readable and writable authority.
4. The method according to any of claims 1 to 3, wherein the restarting of the location service comprises:
and executing a restarting method in the positioning service management to restart the positioning service.
5. The method according to any of claims 1 to 3, wherein the method is applied to an iOS operating system.
6. A document processing apparatus, characterized by comprising:
the judging unit is used for judging whether the dynamic library loading folder has the read-write permission;
the storage unit is used for storing an installation service file for installing a specified program into the dynamic library loading folder when the dynamic library loading folder has the readable and writable rights; wherein the authority of the designated program is higher than the authority given to the application program by the operating system; modifying the authority of the dynamic library loading folder comprises deleting a configuration file in the system, and linking the configuration file to the dynamic library loading folder, so that the system modifies the authority of the dynamic library loading folder into a read-write authority after restarting;
the restarting unit is used for restarting the positioning service; the installation service file is mounted in the positioning service after the restarting unit restarts the positioning service;
and the installation unit is used for calling the installation service file to install the specified program.
7. The apparatus of claim 6, wherein the permission to specify the program is higher than the permission of the iOS operating system application file.
8. The apparatus of claim 6, further comprising:
and the modification unit is used for modifying the authority of the dynamic library loading folder into the read-write authority when the dynamic library loading folder does not have the read-write authority.
CN201410829550.4A 2014-12-27 2014-12-27 File processing method and device Active CN105808536B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410829550.4A CN105808536B (en) 2014-12-27 2014-12-27 File processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410829550.4A CN105808536B (en) 2014-12-27 2014-12-27 File processing method and device

Publications (2)

Publication Number Publication Date
CN105808536A CN105808536A (en) 2016-07-27
CN105808536B true CN105808536B (en) 2021-01-12

Family

ID=56981611

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410829550.4A Active CN105808536B (en) 2014-12-27 2014-12-27 File processing method and device

Country Status (1)

Country Link
CN (1) CN105808536B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107133169B (en) * 2017-04-26 2021-03-23 腾讯科技(深圳)有限公司 Application test packet generation method and generation device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530118A (en) * 2013-09-30 2014-01-22 广州华多网络科技有限公司 Method and device for loading user-defined DLL into target progress
CN104199711A (en) * 2014-09-29 2014-12-10 北京奇虎科技有限公司 Method and device for creating root access
CN104346559A (en) * 2014-11-26 2015-02-11 北京奇虎科技有限公司 Authority request response method and device thereof
CN104462879A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Root-free running control method and device of application program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8768843B2 (en) * 2009-01-15 2014-07-01 Igt EGM authentication mechanism using multiple key pairs at the BIOS with PKI

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530118A (en) * 2013-09-30 2014-01-22 广州华多网络科技有限公司 Method and device for loading user-defined DLL into target progress
CN104199711A (en) * 2014-09-29 2014-12-10 北京奇虎科技有限公司 Method and device for creating root access
CN104346559A (en) * 2014-11-26 2015-02-11 北京奇虎科技有限公司 Authority request response method and device thereof
CN104462879A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Root-free running control method and device of application program

Also Published As

Publication number Publication date
CN105808536A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
TWI640923B (en) Application processing method and device
CN102662741B (en) Method, device and system for realizing virtual desktop
US20170085591A1 (en) Fetching a policy definition library from a policy server at mobile device runtime of an application package to control access to mobile device resources
CN109828772B (en) Thermal update method, operating system, terminal device, and storage medium
US8898790B2 (en) Method for preventing a mobile communication device from leaking secret and system thereof
WO2016019893A1 (en) Application installation method and apparatus
EP3032418A1 (en) Permission control method and device
WO2015050620A2 (en) Method and system for backing up and restoring a virtual file system
US20200264904A1 (en) Application environment that implements native code functionality in progressive web applications
KR20140105572A (en) File system access for one or more sandboxed applications
CN106648724B (en) Application program hot repair method and terminal
EP2631795A1 (en) Terminal and method for assigning permission to application
CN103345411A (en) Method and device for uninstalling application program
JP2020533670A (en) Methods and equipment for erasing or writing flash data
CN105302711A (en) Application repairing method and apparatus and terminal
CN110727941A (en) Private data protection method and device, terminal equipment and storage medium
CN103984585A (en) Method for upgrading Linux kernel in running process of kernel module capable of being plugged in thermal mode
CN113805965B (en) Method, device, equipment and readable medium for installing external plug-in
KR101500512B1 (en) Device and method for securing computer
CN109947493A (en) Application program launching method, device, electronic equipment and storage medium
CN105808536B (en) File processing method and device
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN107798244B (en) Method and device for detecting remote code execution vulnerability
US20110088025A1 (en) Use of software update policies
US8881291B2 (en) System and method for inhibiting the processing of new code modules by an outdated runtime environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240103

Address after: 100088 room 112, block D, 28 new street, new street, Xicheng District, Beijing (Desheng Park)

Patentee after: BEIJING QIHOO TECHNOLOGY Co.,Ltd.

Address before: 100088 room 112, block D, 28 new street, new street, Xicheng District, Beijing (Desheng Park)

Patentee before: BEIJING QIHOO TECHNOLOGY Co.,Ltd.

Patentee before: Qizhi software (Beijing) Co.,Ltd.