WO2016086782A1 - Procédé et dispositif la désinstallation d'un programme d'application de craquage - Google Patents

Procédé et dispositif la désinstallation d'un programme d'application de craquage Download PDF

Info

Publication number
WO2016086782A1
WO2016086782A1 PCT/CN2015/095575 CN2015095575W WO2016086782A1 WO 2016086782 A1 WO2016086782 A1 WO 2016086782A1 CN 2015095575 W CN2015095575 W CN 2015095575W WO 2016086782 A1 WO2016086782 A1 WO 2016086782A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
cracked
layer
version
deleted
Prior art date
Application number
PCT/CN2015/095575
Other languages
English (en)
Chinese (zh)
Inventor
陈杰
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
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 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2016086782A1 publication Critical patent/WO2016086782A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present invention relates to the field of mobile terminal technologies, and in particular, to a method and an apparatus for uninstalling a cracked version application.
  • the Apple Store App Store On the iPhone, you can download and install the application (software) from two ways. One is the Apple Store App Store, and the other is the jailbroken store Cydia. If the downloaded software needs to be deleted, you can press and hold the icon and other icons to start shaking. Then click on the fork in the upper right corner to uninstall it; the latter can't download it in this way. After long pressing the icon to start shaking, the fork will not be displayed in the upper right corner. This is because the jailbreak software is mostly not like the Apple Store. The software is installed in the Applications directory of the mobile user. Most of them are installed in the Applications and other directories in the root directory. The native Apple system does not support such deletion. The jailbreak software can only be deleted in Cydia, or it can be deleted by running the delete command directly in the shell environment on the iPhone.
  • the Applications folder of the root directory can be scanned, and then the jailbroken software is deleted by deleting the files.
  • this method mainly has the following shortcomings.
  • the user operation is not intuitive, and can not be directly deleted like the program that deletes the AppStore. It is deleted by matching the application name.
  • the deletion is not complete, the program in Cydia is not the same as the installation files under the application under the root directory, and some even go to the system application folder to install the file. If you do not completely delete it by deleting it, then you can't complete the cleanup with Cydia.
  • the present invention has been made in order to provide a method and apparatus for uninstalling a cracked version of an application that overcomes the above problems or at least partially solves the above problems.
  • a method for uninstalling a cracked version application includes a system framework layer and an application layer, and the method includes: when the user clicks delete After the program is operated, the system framework layer calls a cracked version application determining function preset by the application layer; the cracked version application determining function determines whether the application to be deleted is a cracked version of the cracked version of the application, and if so, Feedback to the system framework layer, wherein the cracked version application refers to a third-party application that can be installed under the native operating system and can be installed after performing an elevated operation on the native operating system; the system framework layer calls The application layer pre-sets an application uninstall function, and the cracked version application uninstall function starts a process of deleting the application-related file, and implements uninstallation of the cracked version of the application.
  • the method further includes: setting an application identifier set in the application layer in advance; determining whether the to-be-deleted application is a cracked version application comprises: determining whether the to-be-deleted application identifier is included in the cracked version In the application identification collection, if yes, it is determined that the application to be deleted is a cracked application.
  • the method further includes: obtaining, in the application layer, a file installation address and/or a directory of the cracked application in advance; and determining whether the application to be deleted is a cracked application comprises: determining whether the application to be deleted is installed In the file installation address and/or directory of the cracked version application, if yes, it is determined that the application to be deleted is a cracked version application.
  • the system framework layer invoking the application layer pre-set application determining function includes: the system framework layer adopts a hook mechanism, and calls a canUninstallIcon method of a hook SBIconController class preset in the application layer, Implementing the functionality of the application judgment function.
  • the system framework layer invoking the application uninstallation function preset by the application layer includes: the system framework layer adopts a hook mechanism, and invokes an iconCloseBoxTapped method of a hook SBIconController class preset in the application layer, Implement the functionality of the application uninstall function.
  • the uninstalling the application comprises: executing a dpkg command or an rm command to delete the cracked application related file.
  • the method further includes: executing a killall command, deleting all cache processes related to the application, so that the uninstalling takes effect immediately.
  • the user clicking to delete the application operation comprises: the user pressing and holding the long time to delete
  • the method further includes: the system framework layer executing a delete icon display command, and displaying, on the application to be deleted, an icon for the user to perform the delete operation.
  • the system framework layer before the system framework layer invokes the cracked version uninstall function preset by the application layer, the system framework layer further determines that the user has clicked the icon for the user to perform the delete operation.
  • the operating system refers to an iOS operating system
  • the performing the enhanced permission operation refers to obtaining the read/write permission to the file system by means of jailbreaking; or the operating system refers to the android system, and the executing increases the permission.
  • Operation refers to the super administrator permission obtained by root.
  • an apparatus for uninstalling a cracked version of an application comprising a system framework layer and an application layer
  • the apparatus comprising: a cracked version determining function calling unit, configured to delete by a user After the application is operated, the system framework layer calls the cracked version application determining function preset by the application layer; the cracked version application determining unit is configured to determine whether the application to be deleted is a cracked version application, and if so, feedback
  • the system framework layer wherein the cracked version application refers to a third-party application that cannot be installed under a native operating system and can be installed after performing an elevated operation operation on a native operating system; and an application uninstallation execution unit for utilizing
  • the system framework layer invokes a cracked version application uninstall function preset by the application layer, and the cracked version application uninstall function starts a process of deleting the application related file, and implements uninstalling the cracked version application.
  • the device further includes: a cracked version application identifier collection unit, configured to set a cracked version of the application identifier set in the application layer in advance; the cracked version application determining unit is specifically configured to: the application layer determines the to-be-deleted Whether the application identifier is included in the cracked application identifier set, and if so, it is determined that the application to be deleted is a cracked application.
  • a cracked version application identifier collection unit configured to set a cracked version of the application identifier set in the application layer in advance
  • the cracked version application determining unit is specifically configured to: the application layer determines the to-be-deleted Whether the application identifier is included in the cracked application identifier set, and if so, it is determined that the application to be deleted is a cracked application.
  • the device further includes: a cracked version application installation obtaining unit, configured to obtain a file installation address and/or a directory of the cracked version application in the application layer in advance; the cracked version application determining unit is specifically configured to: determine to be Delete whether the application is installed in the file installation address and/or directory of the cracked application, and if so, it is determined that the application to be deleted is a cracked application.
  • a cracked version application installation obtaining unit configured to obtain a file installation address and/or a directory of the cracked version application in the application layer in advance
  • the cracked version application determining unit is specifically configured to: determine to be Delete whether the application is installed in the file installation address and/or directory of the cracked application, and if so, it is determined that the application to be deleted is a cracked application.
  • the cracked version determining function calling unit is specifically configured to: adopt the system framework layer
  • the hook mechanism calls the canUninstallIcon method of the hook SBIconController class preset in the application layer to implement the function of the cracked version application judgment function.
  • the application uninstallation execution unit is specifically configured to: the system framework layer adopts a hook mechanism, and invokes an iconCloseBoxTapped method of a hook SBIconController class preset in the application layer to implement the cracked version application uninstall function.
  • the system framework layer adopts a hook mechanism, and invokes an iconCloseBoxTapped method of a hook SBIconController class preset in the application layer to implement the cracked version application uninstall function.
  • the application uninstallation execution unit is specifically configured to: execute a dpkg command or an rm command to delete the cracked application related file.
  • the uninstall application uninstallation execution unit is specifically configured to execute a killall command to delete all cache processes related to the cracked application, so that the uninstallation takes effect immediately.
  • the user clicking the delete application operation comprises: the user pressing the application to be deleted for a long time; the cracked version application determining unit is further configured to: execute the delete icon display command in the system framework layer, and the application to be deleted An icon for the user to perform the delete operation is displayed.
  • the application uninstallation execution unit is further configured to: the system framework layer determines that the user has clicked the icon for the user to perform the delete operation.
  • the operating system refers to an iOS operating system
  • the performing the enhanced permission operation refers to obtaining the read/write permission to the file system by means of jailbreaking; or the operating system refers to the android system, and the executing increases the permission.
  • Operation refers to the super administrator permission obtained by root.
  • a computer program comprising computer readable code that, when run on a computing device, causes the computing device to perform the method of uninstalling the cracked version of the application described above.
  • a computer readable medium storing the above computer program is provided.
  • the present invention sets the cracked version application judgment function and the application uninstall function.
  • the cracked version application judgment function determines that the application to be uninstalled is a cracked application
  • the application to be deleted can be displayed on the terminal.
  • the icon of the fork is convenient for the user to perform the delete operation.
  • the present invention is more flexible than the deb uninstall script mode, because the function can customize the code, such as performing a networked operation or playing a box to uninstall the questionnaire, and the deb uninstall script can only execute shell commands, which is relatively limited.
  • FIG. 1 shows a flow chart of a method for uninstalling a cracked version of an application in accordance with one embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of an apparatus for uninstalling a cracked version application according to an embodiment of the present invention
  • FIG. 3 is a block diagram schematically showing a computing device for performing a method of uninstalling a cracked version of an application according to the present invention
  • Fig. 4 schematically shows a storage unit for holding or carrying program code implementing a method of uninstalling a cracked version of an application according to the present invention.
  • the prior art deletes the jailbroken software by scanning the Applications folder of the root directory and deleting the files. This method is not intuitive and deletes the user operation. Except for incomplete defects.
  • the technical problem to be solved by the present invention is that the software installed from Cydia can be deleted by long-shocking, and the operation experience is no different from the software on the AppStore.
  • the inventor of the present invention found in the research process that by setting the cracked version application judgment function and the cracked version application uninstall function, when the cracked version application judgment function determines that the application to be uninstalled is a cracked application, The icon to be deleted can be displayed on the terminal to display the icon to be forked, so that the user can perform the deletion operation.
  • the user executes the delete command on the cracked version application the application related file and process are completely deleted by cracking the application uninstall function. .
  • the operating system includes an application layer (app layer) and a system framework layer (framework layer), and other layers that may be included from the functional division are not discussed in the present invention.
  • the app layer can be understood as the upper layer, which is responsible for interacting with the user, such as application maintenance, and identifying different kinds of click content when the page is clicked to display different context menus.
  • the framework layer acts as the middle layer. The main responsibility of this layer is to forward the user requests obtained by the app layer, such as launching the application, clicking the link, clicking to save the image, etc., and forwarding it to the lower layer; Or distribute it to the upper layer through a message or through an intermediate proxy class to present it to the user.
  • a preferred implementation of the present invention is to improve the app layer and the framework layer, thereby utilizing the synergy of the two layers to implement the uninstallation of the cracked version of the application.
  • the framework layer calls the app layer through the interface at some time, and uses the cracked version of the application layer pre-set by the app layer to determine the function and the application uninstall function, thereby implementing the uninstallation of the cracked version of the application.
  • FIG. 1 is a flowchart of a method for uninstalling a cracked version application according to an embodiment of the present invention, including:
  • the above "user click delete application operation” means that the user presses and holds the application to be deleted for a long time. For example, if a user wants to delete a piece of software, he will hold down the software icon for a long time.
  • the cracked version application determining function determines whether the application to be deleted is a cracked version of the application, and if so, feeds back to the system framework layer.
  • the cracked version of the application identifier set is set in advance at the application layer; when it is determined whether the application to be deleted is a cracked application, the application layer determines whether the application identifier to be deleted is included in the cracked application identifier set, If yes, it is determined that the application to be deleted is a cracked version of the application.
  • the file installation address and/or directory of the cracked version application is obtained in advance at the application layer; when it is determined whether the application to be deleted is a cracked version application, the application layer determines whether the application to be deleted is installed in the cracked version. The file installation address and / or directory of the version of the application, if it is, then determine that the application to be deleted is a cracked version of the application.
  • the method further includes: the system framework layer executing a delete icon display command, and displaying, on the application to be deleted, a delete icon for the user to perform the delete operation.
  • delete icon refers to the "fork" displayed on the application to be deleted, which is convenient for the user to click to perform the delete operation.
  • S103 The system framework layer calls the cracked version application uninstall function preset by the application layer, and the cracked version application uninstall function starts the process of deleting the application related file, and implements the uninstallation of the cracked version application.
  • the system framework layer further determines that the user has clicked an icon for the user to perform the delete operation. For example, if the user clicks on the "fork" on the application to be deleted, the system framework layer determines that the user has executed the command to delete the application, and then invokes the cracked application uninstall function to uninstall.
  • the solution of the present invention is a function for managing a cracked version of the application implemented in the management software of the mobile terminal.
  • the mobile guard software in order to implement the uninstallation of the cracked version of the mobile phone by the mobile guard software, the mobile guard software needs to preset the identification set of the cracked version of the managed application; and, pre-set the cracked application judgment function and The cracked version of the application uninstall function allows the application to be evaluated and unloaded when the user performs a delete operation on the application.
  • iOS system is a closed source system, not open source. User permissions are very low, through the "cracked version" to open the closed door of the system, remove the restrictions of the iOS system, you can freely modify the system files, install plug-ins, and install some extensions that are not in the App Store (app store) Use the program, which is to get the super privilege of the iOS system. For example, installing software other than the App Store, replacing the theme of the theme, running the shell program, and even unlocking the operator's restrictions on the terminal network (commonly known as "unlocking").
  • the embodiment of the present invention is preferably performed under the condition that the iOS system super authority is acquired.
  • the "cracked version application” (also referred to as “cracked version application” and “cracked version software”) in the present invention refers to a system that cannot be installed under the native operating system and can be installed after performing an elevated operation on the native operating system.
  • Third-party applications for example, in the iOS system, refer to third-party applications that are unofficially certified under operating system permissions.
  • the embodiment of the present invention can also be applied to other operating systems.
  • the android system then the "cracked version of the application” refers to the application installed under the super administrator authority obtained by the root means.
  • the above framework layer calls the cracked version application judgment function and the application uninstall function in the app layer, and can be implemented by a hook (hook or hook) mechanism.
  • the hook mechanism allows interception of processing messages or specific events.
  • a hook is actually a program segment that processes a message and hooks it into the system through a system call.
  • the hook program first captures the message before it reaches the destination window, that is, the hook function first gains control.
  • the hook function can process (change) the message, or continue to deliver the message without processing, and can also force the end of the message.
  • the hook mechanism is used to intervene to delete the application process, and the judgment and uninstall operation of the cracked version application is implemented. It can also be understood that, by using the hook mechanism, the class responsible for managing the cracked application in the app layer is called through the interface between the app layer and the framework layer.
  • the framework layer uses the hook mechanism to call the canUninstallIcon method of the hook SBIconController class preset in the app layer to implement the function of the cracked version of the application judgment function.
  • the app layer uses the canUninstallIcon method of the Hook SBIconController class to determine whether the bundle id of the cracked program returns "YES" to the framework layer, indicating that the delete icon can be displayed.
  • the performance of the terminal is that the user long presses the application to be deleted. Icon when This cracked version of the application can directly display a "fork”.
  • the framework layer uses the hook mechanism to call the iconCloseBoxTapped method of the hook SBIconController class preset in the app layer to implement the function of the cracked version of the application uninstall function.
  • the way of the command deletes or unloads all of its own files you can call the dpkg-P package name command or use the rm command to delete all files in the cracked version of the software, such as the command "rm-rf/Applications/360safe.app". And after completion, restart or close the hook. This means that the software to be uninstalled has been deleted, and then the existing cache process is killed, and the killall process name is used to close, so that the uninstallation takes effect immediately.
  • the following is a sample program code that implements the cracked version of the application judgment function and the cracked version of the application uninstall function.
  • the present invention sets the cracked version application judgment function and the crack version application uninstall function, and when the cracked version application judgment function determines that the application to be uninstalled is the cracked application, the application to be deleted can be displayed on the terminal.
  • the icon to be forked is convenient for the user to perform the delete operation.
  • the present invention is more flexible than the deb uninstall script mode, because the function can customize the code, such as performing a networked operation or playing a box to uninstall the questionnaire, and the deb uninstall script can only execute shell commands, which is relatively limited.
  • the present invention also provides an apparatus for uninstalling a cracked version of an application.
  • the device can be implemented by hardware, software or a combination of software and hardware.
  • the device may refer to a functional module inside the terminal, or may refer to the terminal itself, as long as the terminal includes a function of implementing the device.
  • FIG. 2 illustrates an apparatus for uninstalling a cracked version of an application, the apparatus comprising:
  • the cracking version determining function invoking unit 201 is configured to: after the user clicks the delete application operation, the system framework layer calls the cracked version application determining function preset by the application layer;
  • the cracked version application determining unit 202 is configured to determine whether the application to be deleted is a cracked version application, and if so, feedback to the system framework layer;
  • the application uninstallation execution unit 203 is configured to use the system framework layer to invoke a cracked version application uninstall function preset by the application layer to uninstall the cracked version application.
  • the device further includes: a cracked version application identifier collection unit 204, configured to pre- The application layer sets a cracked version of the application identifier set; the cracked version application determining unit 202 is specifically configured to: determine, by the application layer, whether the to-be-deleted application identifier is included in the cracked version of the application identifier set, and if so, Make sure the application to be deleted is a cracked version of the application.
  • a cracked version application identifier collection unit 204 configured to pre- The application layer sets a cracked version of the application identifier set
  • the cracked version application determining unit 202 is specifically configured to: determine, by the application layer, whether the to-be-deleted application identifier is included in the cracked version of the application identifier set, and if so, Make sure the application to be deleted is a cracked version of the application.
  • the device further includes: a cracked version application installation obtaining unit 205, configured to obtain a file installation address and/or a directory of the cracked version application in advance at the application layer; the cracked version application determining unit is specifically configured to: determine Whether the application to be deleted is installed in the file installation address and/or directory of the cracked version application, and if so, it is determined that the application to be deleted is a cracked version application.
  • a cracked version application installation obtaining unit 205 configured to obtain a file installation address and/or a directory of the cracked version application in advance at the application layer
  • the cracked version application determining unit is specifically configured to: determine Whether the application to be deleted is installed in the file installation address and/or directory of the cracked version application, and if so, it is determined that the application to be deleted is a cracked version application.
  • the cracked version determining function invoking unit 201 is specifically configured to: the system framework layer adopts a hook mechanism, and invokes a canUninstallIcon method of a hook SBIconController class preset in the application layer to implement the cracked version application. Determine the function of the function.
  • the application uninstallation execution unit 203 is specifically configured to: the system framework layer adopts a hook mechanism, and invokes an iconCloseBoxTapped method of a hook SBIconController class preset in the application layer to implement the cracked version application uninstall function. The function.
  • the application uninstallation execution unit 203 is specifically configured to: execute a dpkg command or an rm command to delete the cracked application related file.
  • the application uninstallation execution unit 203 is specifically configured to execute a killall command to delete all cache processes related to the cracked application, so that the uninstallation takes effect immediately.
  • the user clicking the delete application operation comprises: the user pressing the application to be deleted for a long time; the cracked version application determining unit is further configured to: execute the delete icon display command in the system framework layer, and the application to be deleted An icon for the user to perform the delete operation is displayed.
  • the application uninstall execution unit 203 is further configured to: the system framework layer determines that the user has clicked the icon for the user to perform the delete operation.
  • the operating system refers to an iOS operating system
  • the device pre-selects the super-rights of the iOS operating system.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • Those skilled in the art should It is understood that some or all of the functionality of some or all of the means for uninstalling the cracked version of the application in accordance with embodiments of the present invention may be implemented in practice using a microprocessor or digital signal processor (DSP).
  • DSP digital signal processor
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 3 illustrates a computing device that can implement a method of uninstalling a cracked version of an application in accordance with the present invention.
  • the computing device conventionally includes a processor 310 and a computer program product or computer readable medium in the form of a memory 320.
  • the memory 320 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • the memory 320 has a storage space 330 that stores program code 331 for performing any of the method steps described above.
  • storage space 330 storing program code may include various program code 331 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as a hard disk, a compact disk (CD), a memory card, or a floppy disk.
  • Such computer program products are typically portable or fixed storage units such as those shown in FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 320 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit comprises computer readable code 331' for performing the steps of the method according to the invention, ie code that can be read by a processor such as 310, which when executed by the computing device causes the computing device Perform the various steps in the method described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un procédé et un dispositif pour la désinstallation d'un programme d'application de craquage. Le procédé comprend les étapes suivantes: (S101) lorsqu'un utilisateur clique sur une opération de suppression d'un programme d'application, une couche de logiciel intégré du système appelle une fonction de détermination de programme d'application de craquage prédéfinie dans une couche de programme d'application; (S102) la fonction de détermination de programme d'application de craquage détermine si le programme d'application à supprimer est un programme d'application de craquage, et dans l'affirmative, renvoie à la couche de logiciel intégré du système, le programme d'application de craquage en faisant référence à un programme d'application tiers qui ne peut pas être installé dans un système d'exploitation natif et peut être installé après l'amélioration d'une opération d'autorisation pour le système d'exploitation natif; et (S103) la couche de logiciel intégré du système appelle une fonction de désinstallation de programme d'application de craquage prédéfinie dans la couche de programme d'application, et la fonction de désinstallation de programme d'application de craquage démarre un processus de suppression d'un fichier associé au programme d'application, pour la désinstallation du programme d'application de craquage. Ainsi, grâce à l'établissement d'une fonction de détermination de programme d'application de craquage et d'une fonction de désinstallation de programme d'application de craquage, un programme d'application de craquage peut être facilement et entièrement supprimé.
PCT/CN2015/095575 2014-12-05 2015-11-25 Procédé et dispositif la désinstallation d'un programme d'application de craquage WO2016086782A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410737945.1 2014-12-05
CN201410737945.1A CN105718278B (zh) 2014-12-05 2014-12-05 卸载破解版应用程序的方法及装置

Publications (1)

Publication Number Publication Date
WO2016086782A1 true WO2016086782A1 (fr) 2016-06-09

Family

ID=56090992

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/095575 WO2016086782A1 (fr) 2014-12-05 2015-11-25 Procédé et dispositif la désinstallation d'un programme d'application de craquage

Country Status (2)

Country Link
CN (2) CN105718278B (fr)
WO (1) WO2016086782A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199208A (zh) * 2020-09-09 2021-01-08 福建天泉教育科技有限公司 一种在安卓系统上提供额外功能接口的方法与终端

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105718278B (zh) * 2014-12-05 2019-02-12 北京奇虎科技有限公司 卸载破解版应用程序的方法及装置
CN106709285B (zh) * 2016-11-23 2020-03-17 北京小米移动软件有限公司 应用锁界面的显示方法及装置
CN108334775B (zh) * 2018-01-23 2022-09-23 创新先进技术有限公司 一种越狱插件检测方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043655A (zh) * 2011-01-04 2011-05-04 奇智软件(北京)有限公司 一种强力卸载软件的方法及系统
CN102662667A (zh) * 2012-03-31 2012-09-12 奇智软件(北京)有限公司 一种软件卸载方法及装置
CN102831002A (zh) * 2012-09-26 2012-12-19 北京奇虎科技有限公司 补丁程序卸载方法及装置
US20130247021A1 (en) * 2012-03-13 2013-09-19 Hon Hai Precision Industry Co., Ltd. Electronic device, system and method for updating and uninstalling software
CN103617065A (zh) * 2013-12-13 2014-03-05 广州市久邦数码科技有限公司 一种强力卸载移动终端系统软件的系统及方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102693232B (zh) * 2011-03-23 2014-05-21 腾讯科技(深圳)有限公司 一种删除文件的方法及文件删除装置
KR20130033785A (ko) * 2011-09-27 2013-04-04 인포섹(주) 에이피아이 훅을 이용한 출력물 내의 개인정보 마킹 장치, 방법 및 기록매체
US8869235B2 (en) * 2011-10-11 2014-10-21 Citrix Systems, Inc. Secure mobile browser for protecting enterprise data
CN103345411A (zh) * 2013-07-09 2013-10-09 北京奇虎科技有限公司 卸载应用程序的方法及装置
CN105718278B (zh) * 2014-12-05 2019-02-12 北京奇虎科技有限公司 卸载破解版应用程序的方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043655A (zh) * 2011-01-04 2011-05-04 奇智软件(北京)有限公司 一种强力卸载软件的方法及系统
US20130247021A1 (en) * 2012-03-13 2013-09-19 Hon Hai Precision Industry Co., Ltd. Electronic device, system and method for updating and uninstalling software
CN102662667A (zh) * 2012-03-31 2012-09-12 奇智软件(北京)有限公司 一种软件卸载方法及装置
CN102831002A (zh) * 2012-09-26 2012-12-19 北京奇虎科技有限公司 补丁程序卸载方法及装置
CN103617065A (zh) * 2013-12-13 2014-03-05 广州市久邦数码科技有限公司 一种强力卸载移动终端系统软件的系统及方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199208A (zh) * 2020-09-09 2021-01-08 福建天泉教育科技有限公司 一种在安卓系统上提供额外功能接口的方法与终端
CN112199208B (zh) * 2020-09-09 2023-07-07 福建天泉教育科技有限公司 一种在安卓系统上提供额外功能接口的方法与终端

Also Published As

Publication number Publication date
CN109683922A (zh) 2019-04-26
CN105718278B (zh) 2019-02-12
CN105718278A (zh) 2016-06-29

Similar Documents

Publication Publication Date Title
CN106708557B (zh) 一种针对终端应用的更新处理方法及装置
WO2016086782A1 (fr) Procédé et dispositif la désinstallation d'un programme d'application de craquage
US20150012924A1 (en) Method and Device for Loading a Plug-In
WO2015062389A1 (fr) Procédé et appareil permettant de désinstaller une application de système sur un dispositif terminal
WO2013097666A1 (fr) Procédé et dispositif de navigation sur une page internet basés sur une technologie de bac à sable
US10356212B2 (en) Application delivery to a computing device using dynamic application volume creation and streaming
WO2014000573A1 (fr) Procédé de présentation d'interface, et système et terminal correspondants
WO2011088714A1 (fr) Procédé, dispositif et système permettant d'exécuter une application
TW201640342A (zh) 應用程式頁面快速存取方法及應用其的行動終端
WO2015058574A1 (fr) Procédé et appareil de notification push de programme d'application étendu
JP2010129080A (ja) ソフトウェア実行システムおよびソフトウェアの実行方法
CA2793588A1 (fr) Points d'extension d'application virtuelle
US11126417B2 (en) System and method for application plug-in distribution
US20160371492A1 (en) Method and system for searching and killing macro virus
US9298916B2 (en) Method and apparatus for enhanced file system monitoring on mobile communications devices
TW201814509A (zh) 實現網路頁面與本體應用通信的方法、裝置和電子設備
CN106775876B (zh) 安卓系统快速启动应用的方法
WO2018082289A1 (fr) Procédé et dispositif de gestion d'application, et support d'informations pour ordinateur
WO2014012361A1 (fr) Procédé et dispositif de création d'une interface de commande pour un dispositif externe
US9910662B2 (en) Selectively migrating applications during an operating system upgrade
CN108900482B (zh) 脚本的执行方法、服务器管理系统及存储介质
WO2017096826A1 (fr) Procédé et dispositif de commande d'un terminal mobile
CN105808059A (zh) 基于终端系统的应用处理方法及装置
JP2013196310A (ja) アプリケーション解析装置、アプリケーション解析システム、およびプログラム
US20180253316A1 (en) Capturing pre-fetch blocks of an operating system to improve boot performance in a cloud environment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15865805

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15865805

Country of ref document: EP

Kind code of ref document: A1