CN105446712A - Defect mending method and device for application program - Google Patents

Defect mending method and device for application program Download PDF

Info

Publication number
CN105446712A
CN105446712A CN201410389971.XA CN201410389971A CN105446712A CN 105446712 A CN105446712 A CN 105446712A CN 201410389971 A CN201410389971 A CN 201410389971A CN 105446712 A CN105446712 A CN 105446712A
Authority
CN
China
Prior art keywords
patch
application program
existing defects
defect
piling
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.)
Granted
Application number
CN201410389971.XA
Other languages
Chinese (zh)
Other versions
CN105446712B (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201410389971.XA priority Critical patent/CN105446712B/en
Publication of CN105446712A publication Critical patent/CN105446712A/en
Application granted granted Critical
Publication of CN105446712B publication Critical patent/CN105446712B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The application relates to a defect mending method and device for an application program with the purpose of solving the problem that a defect mending manner of the application program based on current Lua script language and a wax framework is complicated in maintenance process and low in execution efficiency. A defect mending method invented by the embodiment comprises following steps: making a request to a server to obtain a patch program patch of the application program after the application program is started, wherein the patch is a program segment generated when being used for mending and compiling patch codes of the application program and the programming language type of the patch is in the same as that of the application program; determining a method of detects of the application program based on substitution information indicated by the patch after obtaining the patch; and mending the method for defects in the application program according to the patch.

Description

A kind of application program defect mending method and device
Technical field
The application relates to application domain, particularly relates to a kind of application program defect mending method and device.
Background technology
At present, when defect appears in announced application program, server end needs to issue new version usually, and the client of set up applications is by becoming the application program of redaction to overcome one's shortcomings by application program updating.But the form of this issue redaction adds the process complexity of server end and client, and it is lower to upgrade efficiency.
In order to simplify the process of application program defect mending, and improve and upgrade efficiency, developer proposes the mode adopted the defect in repairing application program that combines based on the patch (patch) of Lua scripting language and Wax framework.After client downloads patch, utilize Lua resolver to resolve this patch, and utilize Wax framework to provide between Lua script and the Objective-C language writing application program, carry out mutual ability, run resolve after patch.
There is following defect in the above-mentioned application program defect mending mode based on Lua script and Wax framework: first, WAX framework itself easily goes wrong, and the framework of WAX framework and to write code comparatively complicated, repair process is very loaded down with trivial details.Secondly, because Lua script needs to resolve to perform, after loading the patch based on Lua scripting language, also need to adopt Lua resolver to resolve this patch, execution efficiency is lower.
To sum up, there is maintenance process complexity, problem that execution efficiency is lower in the current application program defect mending mode based on Lua script and Wax framework.
Summary of the invention
The embodiment of the present application provides a kind of application program defect mending method and device, there is maintenance process complexity, problem that execution efficiency is lower in order to solve the current application program defect mending mode based on Lua script and Wax framework.
A kind of application program defect mending method that the embodiment of the present application provides comprises:
After startup application program, obtain the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program;
After the described patch of acquisition, according to the replacement information indicated in described patch, determine the method for existing defects in described application program;
According to described patch, the method for existing defects in described application program is repaired.
Alternatively, according to described patch, the method for existing defects in described application program is repaired, comprising:
The method of existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method; Described piling method is the method with setting rreturn value type and not preset parameter;
The method in described patch is called by described piling method.
Alternatively, after calling the method in described patch by described piling method, also comprise:
By the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
Alternatively, described replacement information comprises class name, method name and Method type information.
Alternatively, described patch is the patch based on file form that compiling generates, and described file comprises executable file and information list file, and described executable file is for performing described patch, and described information list file comprises described replacement information.
The embodiment of the present application provides a kind of application program apparatus for repairing defect, comprising:
Acquisition module, for after startup application program, obtains the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program;
Determination module, for after described acquisition module obtains described patch, according to the replacement information indicated in described patch, determines the method for existing defects in described application program;
Repair module, for according to described patch, the method for existing defects in described application program is repaired.
According to said method or device, the application carrys out the defect in repairing application program based on patch patch, thus without the need to issuing the application program of redaction, and, this application provides the mode adopting a kind of patch of new type to carry out the defect in repairing application program.In this application, patch code for the defect in repairing application program adopts the language compilation of the same type with the programming language of this application program, therefore realize between two kinds of different languages without the need to Wax framework mutual, and, the patch code write carries out compiling rear generation by the patch in the application, therefore, in the process of carrying out method repairing, without the need to resolving this patch, improve operational efficiency.Visible, the said method adopting the application to provide or device can significantly improve the efficiency of repairing application bugs.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present application, below the accompanying drawing used required in describing embodiment is briefly introduced, apparently, accompanying drawing in the following describes is only some embodiments of the application, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
The application program defect mending method process flow diagram that Fig. 1 provides for the embodiment of the present application one;
The application program defect mending method process flow diagram that Fig. 2 provides for the embodiment of the present application two;
The application program defect mending system architecture schematic diagram that Fig. 3 provides for the embodiment of the present application;
The application program apparatus for repairing defect structural representation that Fig. 4 provides for the embodiment of the present application.
Embodiment
The basic thought of the embodiment of the present application is: after startup application program, obtain the patch patch for this application program to server request; Patch in the embodiment of the present application is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and described patch is identical with the type of the programming language of described application program; After the described patch of acquisition, according to the replacement information indicated in described patch, determine the method for existing defects in described application program; According to described patch, the method for existing defects in described application program is repaired.
The embodiment of the present application carrys out the defect in repairing application program based on patch patch, thus the application program without the need to issuing redaction carrys out the defect in repairing application program, further, the embodiment of the present application provides the mode adopting a kind of patch of new type to carry out the defect in repairing application program.In the embodiment of the present application, patch code for the defect in repairing application program adopts the language compilation of the same type with the programming language of this application program, therefore realize between two kinds of different languages without the need to Wax framework mutual, and, the patch code write carries out compiling rear generation by the patch in the embodiment of the present application, therefore, in the process of carrying out method repairing, without the need to resolving this patch, improve operational efficiency.Visible, adopt the method for the embodiment of the present application can significantly improve the efficiency of repairing application bugs.
Below in conjunction with Figure of description, the embodiment of the present application is described in further detail.
As shown in Figure 1, be the application program defect mending method process flow diagram that the embodiment of the present application one provides, comprise the following steps:
S101: after startup application program, obtain the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program.
In the embodiment of the present application, the programming language of described application program and described patch can be Objective-C language.
In specific implementation process, the patch based on file form can be created at server side based on Xcode.Particularly, use Objective-C writes the patch code for repairing application bugs; The patch code that compilation run writes, generates the patch based on file form; Xcode instrument is adopted to sign to the patch generated.This file clip pack is containing executable file and information list file, wherein, described executable file is for performing described patch, described information list file comprises the replacement information of the method for determining existing defects in described application program, in addition, information list file can also comprise patch version number etc.In the embodiment of the present application, described file can be specifically NSBundle.
In S101, the client of described application program is installed after the described application program of startup, send a request message to server, this request message is for seeking advice from the patch whether had for this application program, server, after determining to store the patch for this application program, indicates this patch of client downloads.
S102: after the described patch of acquisition, according to the replacement information indicated in described patch, determine the method for existing defects in described application program.
In this step, the replacement information indicated in patch comprises class name (such as classA), method name (such as methodB) and Method type information.Here Method type comprises class methods and case method.
S103: according to described patch, repairs the method for existing defects in described application program.
In this specific implementation process, after client downloads is based on the patch of NSBundle, the appointment being kept at this application program saves contents down, then decompresses.Afterwards, according to the replacement information indicated in described patch, determine the method for existing defects in described application program.According to the method for the defect determined, load patch by NSBundle class libraries, complete defect mending process.The process being loaded patch by NSBundle class libraries is: obtain the entrance class of patch in NSBundle by open interface principalClass, classNamed of NSBundle, then call the method in patch, this entrance class defers to the BundleProtocol specifying at least one interface.
In specific implementation process, the mode of the method method of existing defects in application program directly replaced with in patch can be adopted to carry out correction of the defect, but, the process of carrying out method replacement is not simple procedural copy process, directly by the method for existing defects, the method replaced with in patch can increase implementation complexity, is also unfavorable for the Tracing Control of the method after to replacement.
Based on this, in the embodiment of the present application, introduce the concept of piling method.Here piling method is the method with setting rreturn value type and not preset parameter; The method in application program with arbitrary parameter number and parameter type can be replaced by the piling method with the method with identical rreturn value type.Below by a specific embodiment, this embodiment is described further.
As shown in Figure 2, be the application program defect mending method process flow diagram that the embodiment of the present application two provides, the content of this embodiment and embodiment one repeats part and repeats no more.This embodiment comprises the following steps:
S201: after startup application program, obtain the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program.
In the embodiment of the present application, patch is the patch based on NSBundle that compiling generates, and the programming language of patch is identical with the type of the programming language of application program, is all Objective-C language.Executable file and information list file two parts content is mainly comprised in patch, executable file is wherein for performing described patch, and information list (Info.plist) file comprises the replacement information such as class name (such as classA), method name (such as methodB) and Method type.This replacement information can be used for the method determining existing defects in application program.
S202: after the described patch of acquisition, according to the replacement information indicated in described patch, determine the method for existing defects in described application program.
In this step, according to the class name in replacement information, method name and Method type information, determine the method for existing defects in application program.Particularly, the class name of the method for existing defects in application program, method name and Method type information can be represented, according to the method for existing defects in the value determination application program that these three fields are corresponding respectively by hookClassName, hookClassMethodName, isHookClassMethod field in info.plist file.
S203: the method for existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method.
In this step, can by Objective-Cruntime (support that Objective-C language has the running environment of dynamic attribute, can dynamic acquisition method list, attribute list, variable list, amending method, attribute, increase method, attribute etc.) method of existing defects in application program replaces with the piling method of the rreturn value type meeting the method by method_exchangeImplementations or the class_replaceMethod method that provides, when needing the method calling existing defects in this application program, the piling method after calling replacement can be transferred to like this.Based on the parameter not stationarity of piling method, the method in application program with arbitrary parameter number and parameter type can be replaced by the piling method with the method with identical rreturn value type, therefore, this piling method can support that patch replaces any means in application program.
Such as, rreturn value type be the piling method of int: intstub_hookMethod (idself, SEL_cmd ...); Wherein, self and _ cmd is respectively first parameter in this piling method and second parameter, suspension points representative be not preset parameter, also i.e. variable element.
S204: call the method in described patch by described piling method.
In this step, by described piling method, open interface principalClass, classNamed based on NSBundle obtain the entrance class of patch in NSBundle, call the method in patch.
Alternatively, after S204, also comprise:
By the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
In specific implementation process, the embodiment of the present application provides callback method mechanism, run in patch for after the method for repairing application bugs, call callback method, perform the operation of each parameter instruction in callback method, such as continue the method for existing defects in invokes application, or call the parent method etc. of method of existing defects.Such as, callback method idcallBackBlock (NSIntegeroperation); Wherein parameter operation represents the operation that needs perform, and this parameter value is the method that 0 expression needs to continue existing defects in invokes application, and value is the parent method that 1 expression needs the method calling described existing defects.Here, the method continuing existing defects in invokes application refers to after having called the method in described patch, the method after the method in patch described in invokes application relaying.Such as, lack the program segment carrying out judging in application program, only had the subsequent processes performed according to judged result, then write the program segment that carries out the judging patch as this application program, after having called this patch, continue in invokes application according to the subsequent processes that judged result performs.
As shown in Figure 3, be the system architecture schematic diagram corresponding with the method for above-described embodiment two.The system of the embodiment of the present application comprises: client 31 and server 32.Described server 32, for by adopting the patch code of Objective-C language compilation to carry out compilation run, generates the patch based on NSBundle.Described client 31, for downloading the patch patch for this application program from server 32, according to the replacement information indicated in described patch, determine the method for existing defects in described application program, the method of existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method, call the method in described patch by described piling method, by the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
Based on same inventive concept, a kind of application program apparatus for repairing defect corresponding with application program defect mending method is additionally provided in the embodiment of the present application, the principle of dealing with problems due to this device is similar to the embodiment of the present application application program defect mending method, therefore the enforcement of this device see the enforcement of method, can repeat part and repeats no more.
As shown in Figure 4, be the application program apparatus for repairing defect structural representation that the embodiment of the present application provides, comprise:
Acquisition module 41, for after startup application program, obtains the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program;
Determination module 42, for after described acquisition module 41 obtains described patch, according to the replacement information indicated in described patch, determines the method for existing defects in described application program;
Repair module 43, for according to described patch, the method for existing defects in described application program is repaired.
Alternatively, described repairing module 43 specifically for: the method for existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method, calls the method in described patch by described piling method; Described piling method is the method with setting rreturn value type and not preset parameter.
Alternatively, described repairing module 43 also for, after calling the method in described patch by described piling method, by the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
Alternatively, described replacement information comprises class name, method name and Method type information.
Alternatively, described patch is the patch based on file form that compiling generates, and described file comprises executable file and information list file, and described executable file is for performing described patch, and described information list file comprises described replacement information.
Those skilled in the art should understand, the embodiment of the application can be provided as method, system or computer program.Therefore, the application can adopt the form of complete hardware embodiment, completely software implementation or the embodiment in conjunction with software and hardware aspect.And the application can adopt in one or more form wherein including the upper computer program implemented of computer-usable storage medium (including but not limited to magnetic disk memory, CD-ROM, optical memory etc.) of computer usable program code.
The application describes with reference to according to the process flow diagram of the method for the embodiment of the present application, device (system) and computer program and/or block scheme.Should understand can by the combination of the flow process in each flow process in computer program instructions realization flow figure and/or block scheme and/or square frame and process flow diagram and/or block scheme and/or square frame.These computer program instructions can being provided to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device to produce a machine, making the instruction performed by the processor of computing machine or other programmable data processing device produce device for realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be stored in can in the computer-readable memory that works in a specific way of vectoring computer or other programmable data processing device, the instruction making to be stored in this computer-readable memory produces the manufacture comprising command device, and this command device realizes the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be loaded in computing machine or other programmable data processing device, make on computing machine or other programmable devices, to perform sequence of operations step to produce computer implemented process, thus the instruction performed on computing machine or other programmable devices is provided for the step realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
Although described the preferred embodiment of the application, those skilled in the art once obtain the basic creative concept of cicada, then can make other change and amendment to these embodiments.So claims are intended to be interpreted as comprising preferred embodiment and falling into all changes and the amendment of the application's scope.
Obviously, those skilled in the art can carry out various change and modification to the application and not depart from the spirit and scope of the application.Like this, if these amendments of the application and modification belong within the scope of the application's claim and equivalent technologies thereof, then the application is also intended to comprise these change and modification.

Claims (10)

1. an application program defect mending method, is characterized in that, the method comprises:
After startup application program, obtain the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program;
After the described patch of acquisition, according to the replacement information indicated in described patch, determine the method for existing defects in described application program;
According to described patch, the method for existing defects in described application program is repaired.
2. the method for claim 1, is characterized in that, according to described patch, repairs, comprising the method for existing defects in described application program:
The method of existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method; Described piling method is the method with setting rreturn value type and not preset parameter;
The method in described patch is called by described piling method.
3. method as claimed in claim 2, is characterized in that, after calling the method in described patch, also comprise by described piling method:
By the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
4. the method for claim 1, is characterized in that, described replacement information comprises class name, method name and Method type information.
5. the method as described in as arbitrary in Claims 1 to 4, it is characterized in that, described patch is the patch based on file form that compiling generates, described file comprises executable file and information list file, described executable file is for performing described patch, and described information list file comprises described replacement information.
6. an application program apparatus for repairing defect, is characterized in that, this device comprises:
Acquisition module, for after startup application program, obtains the patch patch for this application program to server request; Wherein, described patch is the program segment carrying out the patch code being used for the defect of repairing in described application program write to compile rear generation, and the programming language type of described patch is identical with the programming language type of described application program;
Determination module, for after described acquisition module obtains described patch, according to the replacement information indicated in described patch, determines the method for existing defects in described application program;
Repair module, for according to described patch, the method for existing defects in described application program is repaired.
7. device as claimed in claim 6, it is characterized in that, described repairing module specifically for: the method for existing defects in described application program is replaced with the piling method of the rreturn value type meeting the method, calls the method in described patch by described piling method; Described piling method is the method with setting rreturn value type and not preset parameter.
8. device as claimed in claim 7, it is characterized in that, described repairing module also for, after calling the method in described patch by described piling method, by the method call callback method in described patch, perform the operation of each parameter instruction in described callback method.
9. device as claimed in claim 6, it is characterized in that, described replacement information comprises class name, method name and Method type information.
10. the device as described in as arbitrary in claim 6 ~ 9, it is characterized in that, described patch is the patch based on file form that compiling generates, described file comprises executable file and information list file, described executable file is for performing described patch, and described information list file comprises described replacement information.
CN201410389971.XA 2014-08-08 2014-08-08 Application program defect repairing method and device Active CN105446712B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410389971.XA CN105446712B (en) 2014-08-08 2014-08-08 Application program defect repairing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410389971.XA CN105446712B (en) 2014-08-08 2014-08-08 Application program defect repairing method and device

Publications (2)

Publication Number Publication Date
CN105446712A true CN105446712A (en) 2016-03-30
CN105446712B CN105446712B (en) 2020-04-03

Family

ID=55556965

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410389971.XA Active CN105446712B (en) 2014-08-08 2014-08-08 Application program defect repairing method and device

Country Status (1)

Country Link
CN (1) CN105446712B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105867988A (en) * 2016-06-24 2016-08-17 深圳云之家网络有限公司 Method and system for Android App hot update based on Hook technology
CN106020873A (en) * 2016-05-13 2016-10-12 腾讯科技(深圳)有限公司 Service pack loading method and device
CN106843928A (en) * 2016-12-22 2017-06-13 北京五八信息技术有限公司 The remote repairing method and apparatus of application program
CN106897095A (en) * 2017-02-24 2017-06-27 网易(杭州)网络有限公司 The multiple method of application program hot repair, device and readable storage medium storing program for executing
CN106951279A (en) * 2017-02-27 2017-07-14 努比亚技术有限公司 The hot repair apparatus for coating and method of application
CN107092472A (en) * 2016-08-19 2017-08-25 口碑控股有限公司 A kind of dynamic publishing method and equipment
CN107451474A (en) * 2016-05-31 2017-12-08 百度在线网络技术(北京)有限公司 Software vulnerability restorative procedure and device for terminal
CN108874394A (en) * 2018-04-17 2018-11-23 上海达野智能科技有限公司 The means of interpretation and interpreting means of robotic user program
CN108874438A (en) * 2018-06-25 2018-11-23 南京中感微电子有限公司 Patch generation method, device, electronic equipment and computer program product
CN109445807A (en) * 2017-08-28 2019-03-08 腾讯科技(深圳)有限公司 Realize the method, apparatus and computer readable storage medium of application program update
CN110308922A (en) * 2019-06-27 2019-10-08 百度在线网络技术(北京)有限公司 Data transmission method, device, equipment and storage medium
WO2023010916A1 (en) * 2021-08-06 2023-02-09 中兴通讯股份有限公司 Software automatic repair method and system, electronic device, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719074A (en) * 2009-12-17 2010-06-02 金蝶软件(中国)有限公司 patch-realizing method and device
CN101957766A (en) * 2010-09-17 2011-01-26 山东中创软件工程股份有限公司 Method, device and system for weaving byte code
CN103197942A (en) * 2013-03-18 2013-07-10 华为技术有限公司 Patch generation method, patching method and device
CN103309683A (en) * 2012-03-07 2013-09-18 京信通信系统(中国)有限公司 Software patch embedding method and device for hardware equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719074A (en) * 2009-12-17 2010-06-02 金蝶软件(中国)有限公司 patch-realizing method and device
CN101957766A (en) * 2010-09-17 2011-01-26 山东中创软件工程股份有限公司 Method, device and system for weaving byte code
CN103309683A (en) * 2012-03-07 2013-09-18 京信通信系统(中国)有限公司 Software patch embedding method and device for hardware equipment
CN103197942A (en) * 2013-03-18 2013-07-10 华为技术有限公司 Patch generation method, patching method and device

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020873A (en) * 2016-05-13 2016-10-12 腾讯科技(深圳)有限公司 Service pack loading method and device
CN107451474B (en) * 2016-05-31 2020-06-26 百度在线网络技术(北京)有限公司 Software bug fixing method and device for terminal
CN107451474A (en) * 2016-05-31 2017-12-08 百度在线网络技术(北京)有限公司 Software vulnerability restorative procedure and device for terminal
CN105867988A (en) * 2016-06-24 2016-08-17 深圳云之家网络有限公司 Method and system for Android App hot update based on Hook technology
CN107092472A (en) * 2016-08-19 2017-08-25 口碑控股有限公司 A kind of dynamic publishing method and equipment
CN106843928A (en) * 2016-12-22 2017-06-13 北京五八信息技术有限公司 The remote repairing method and apparatus of application program
CN106843928B (en) * 2016-12-22 2021-04-13 北京五八信息技术有限公司 Remote restoration method and device for application program
CN106897095A (en) * 2017-02-24 2017-06-27 网易(杭州)网络有限公司 The multiple method of application program hot repair, device and readable storage medium storing program for executing
CN106951279A (en) * 2017-02-27 2017-07-14 努比亚技术有限公司 The hot repair apparatus for coating and method of application
CN109445807A (en) * 2017-08-28 2019-03-08 腾讯科技(深圳)有限公司 Realize the method, apparatus and computer readable storage medium of application program update
CN108874394A (en) * 2018-04-17 2018-11-23 上海达野智能科技有限公司 The means of interpretation and interpreting means of robotic user program
CN108874438A (en) * 2018-06-25 2018-11-23 南京中感微电子有限公司 Patch generation method, device, electronic equipment and computer program product
CN108874438B (en) * 2018-06-25 2021-09-21 南京中感微电子有限公司 Patch generation method and device, electronic equipment and computer storage medium
CN110308922A (en) * 2019-06-27 2019-10-08 百度在线网络技术(北京)有限公司 Data transmission method, device, equipment and storage medium
WO2023010916A1 (en) * 2021-08-06 2023-02-09 中兴通讯股份有限公司 Software automatic repair method and system, electronic device, and storage medium

Also Published As

Publication number Publication date
CN105446712B (en) 2020-04-03

Similar Documents

Publication Publication Date Title
CN105446712A (en) Defect mending method and device for application program
CN106775723B (en) Android platform-based system firmware customization method and Android device
US10241778B2 (en) Microservices version state visualization
US8930917B2 (en) Method and apparatus for mobile application development and testing that avoids repackaging and reinstallation
CN103744709B (en) patch loading method and device
JP6294886B2 (en) Generate native code from intermediate language code for applications
US9519468B2 (en) Modular co-versioning in a dynamically linked runtime environment
US9841953B2 (en) Pluggable components for runtime-image generation
CN103473067A (en) Embedded Linux partitioning and data recovery method, embedded Linux partitioning and data recovery system and system development method
CN107832059B (en) Code static analysis method and device based on Makefile
US20110321025A1 (en) Enhanced Upgrade Path
EP2987079A1 (en) A system and method thereof for creating dynamically attachable and detachable binary files
CN101957766B (en) Method, device and system for weaving byte code
CN103761107B (en) Software package customizing device and method
CN105159732A (en) Method for installing or updating application program in mobile terminal and mobile terminal
CN104391700A (en) Method and device for expanding functions of application program
CN102364433B (en) Method for realizing Wine construction tool transplanting on ARM (Advanced RISC Machines) processor
CN103645888A (en) System and method for automatically building operation system
CN112286504A (en) Method for realizing development and loading of small program based on Reactnative in mobile APP
CN104881311A (en) Method and apparatus for judging version compatibility
CN104102581A (en) Method and device for implementing unit testing
JP6954256B2 (en) Engineering equipment, control methods and programs for engineering equipment
CN107092472B (en) Dynamic publishing method and device
CN114064083A (en) Method for deploying cloud native application through self-defined template in configuration center and application
US11640284B2 (en) Multi-platform compiling

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant