CN110162324B - Executable code updating method, device and medium in direct current control protection equipment - Google Patents

Executable code updating method, device and medium in direct current control protection equipment Download PDF

Info

Publication number
CN110162324B
CN110162324B CN201910476882.1A CN201910476882A CN110162324B CN 110162324 B CN110162324 B CN 110162324B CN 201910476882 A CN201910476882 A CN 201910476882A CN 110162324 B CN110162324 B CN 110162324B
Authority
CN
China
Prior art keywords
target
code
control protection
executable code
program source
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
CN201910476882.1A
Other languages
Chinese (zh)
Other versions
CN110162324A (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.)
China South Power Grid International Co ltd
China Southern Power Grid Co Ltd
Original Assignee
China South Power Grid International Co ltd
China Southern Power Grid 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 China South Power Grid International Co ltd, China Southern Power Grid Co Ltd filed Critical China South Power Grid International Co ltd
Priority to CN201910476882.1A priority Critical patent/CN110162324B/en
Publication of CN110162324A publication Critical patent/CN110162324A/en
Application granted granted Critical
Publication of CN110162324B publication Critical patent/CN110162324B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

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

Abstract

The application discloses an executable code updating method, an executable code updating device and a storage medium in direct current control protection equipment, comprising the following steps: storing a program source code in a computer and an executable code obtained by compiling according to the program source code into a target direct current control protection device in advance; after receiving an update instruction for updating the target executable code, acquiring a target program source code corresponding to the target executable code from target direct current control protection equipment; modifying and compiling a target program source code, and burning the compiled executable code to target direct current control protection equipment, so that the updating of the target executable code in the target direct current control protection equipment can be realized; and the accuracy and the effectiveness of the modified target executable code can be relatively ensured, so that the safety and the stability of the direct current control protection system are further ensured.

Description

Executable code updating method, device and medium in direct current control protection equipment
Technical Field
The present invention relates to the field of power grid control, and in particular, to a method and apparatus for updating executable codes in a dc control protection device, and a computer readable storage medium.
Background
Along with the increasing scale of a direct current control protection program in a direct current control protection system, logic is more and more complex, tiny detail change of a program code can have great influence on the whole system, and the safe and stable operation of the direct current system is seriously influenced, so that the correctness and the effectiveness of the executable code in direct current control protection equipment are ensured, and the method has great significance for production operation.
In practical applications, the program source code is written on a computer, compiled into executable code, and then the executable code is burned into the direct current control protection device. When the executable code in the direct current control protection device needs to be updated, the method is generally realized by modifying the program source code in the computer, compiling the program source code, and burning the compiled executable code into the direct current control protection device again. The executable code in the direct current control protection device cannot be extracted, and the corresponding program source code cannot be acquired according to the executable code to be modified, so that the update of the executable code in the direct current control protection device can only be realized by modifying the program source code in the computer. However, during the operation, the program source code in the computer may be modified or deleted due to bad management, malicious damage, etc., so when the source code in the computer is modified and compiled again, the program source code does not necessarily correspond to the executable code in the dc control protection device, and in such a case, modification of the program source code in the computer will result in modification errors, so that the executable code re-burned into the dc control protection device is wrong or unusable, and the safety and stability of the dc control protection system will be affected.
Therefore, how to accurately and effectively update the executable code in the dc control protection device is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
Therefore, the invention aims to provide an executable code updating method in direct current control protection equipment, which can accurately and effectively update the executable code in the direct current control protection equipment and ensure the safety and stability of a direct current control protection system; another object of the present invention is to provide an executable code updating apparatus and a computer readable storage medium in a dc control protection device, which have the above advantages.
In order to solve the above technical problems, the present invention provides a method for updating executable code in a dc control protection device, including:
the method comprises the steps of storing a program source code in a computer and an executable code obtained by compiling according to the program source code into target direct current control protection equipment in advance;
after receiving an update instruction for updating a target executable code, acquiring a target program source code corresponding to the target executable code from the target direct current control protection equipment;
and modifying the source code of the target program, compiling, and burning the compiled executable code to the target direct current control protection equipment.
Preferably, the method further comprises:
storing a program check code calculated according to the program source code, the program source code and the executable code corresponding to the program source code into the target direct current control protection equipment in advance;
correspondingly, after receiving the update instruction for updating the target executable code, the method further comprises:
calculating a corresponding first check code according to a program source code stored in the computer;
judging whether the program check code is the same as the first check code;
if yes, setting the program source code in the computer as the target program source code, entering the step of modifying the target program source code, compiling, and burning the compiled executable code to the target direct current control protection equipment;
if not, the step of acquiring the target program source code corresponding to the target executable code from the target direct current control protection equipment is entered.
Preferably, the storing in advance the program check code calculated from the program source code, and the executable code corresponding to the program source code in correspondence to the target dc control protection device is specifically:
a storage table is preset in the target direct current control protection equipment;
and storing the program verification code, the program source code, the executable code corresponding to the program source code and the corresponding burning time calculated according to the program source code according to the format of the storage table.
Preferably, the update instruction specifically includes:
and updating the target executable code corresponding to the latest burning time.
Preferably, after receiving the update instruction for updating the target executable code, the method further includes:
and carrying out identity verification on an operator, and entering the step of acquiring the target program source code corresponding to the target executable code from the target direct current control protection equipment after the identity verification is passed.
In order to solve the technical problem, the present invention further provides an executable code updating device in a dc control protection device, including:
the storage module is used for storing a program source code in a computer and an executable code obtained by compiling according to the program source code into a target direct current control protection device in advance;
the acquisition module is used for acquiring a target program source code corresponding to the target executable code from the target direct current control protection equipment after receiving an update instruction for updating the target executable code;
and the updating module is used for modifying the source code of the target program, compiling the source code, and burning the compiled executable code to the target direct current control protection equipment.
In order to solve the above technical problem, the present invention further provides another executable code updating apparatus in a dc control protection device, including:
a memory for storing a computer program;
and a processor for implementing the steps of the executable code updating method in any one of the direct current control protection devices when executing the computer program.
To solve the above technical problem, the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the steps of the executable code updating method in any of the above-mentioned dc control protection devices.
According to the executable code updating method in the direct current control protection equipment, the executable code and the corresponding program source code are stored in the target direct current control protection equipment in advance, so that after an updating instruction for updating the target executable code is received, the target program source code corresponding to the target executable code can be acquired from the target direct current control protection equipment; therefore, the source code of the target program can be modified and compiled, and then the compiled executable code is burnt into the target direct current control protection equipment, so that the update of the target executable code in the target direct current control protection equipment is realized; in addition, the method acquires the target program source code corresponding to the target executable code from the target direct current control protection equipment, so that the target program source code and the target executable code can be ensured to be corresponding, the accuracy and the effectiveness of the modified target executable code can be relatively ensured, and the safety and the stability of the direct current control protection system are further ensured.
In order to solve the technical problems, the invention also provides an executable code updating device and a computer readable storage medium in the direct current control protection equipment, which have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of an executable code updating method in a dc control protection device according to an embodiment of the present invention;
fig. 2 is a block diagram of an executable code updating device in a dc control protection apparatus according to an embodiment of the present invention;
fig. 3 is a block diagram of an executable code updating apparatus in another dc control protection device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The core of the embodiment of the invention is to provide an executable code updating method in direct current control protection equipment, which can accurately and effectively update the executable code in the direct current control protection equipment and ensure the safety and stability of a direct current control protection system; another core of the present invention is to provide an executable code updating device and a computer readable storage medium in a dc control protection device, which have the above advantages.
In order that those skilled in the art will better understand the present invention, the following description of the present invention will be taken with reference to the accompanying drawings and detailed description.
Fig. 1 is a flowchart of an executable code updating method in a dc control protection device according to an embodiment of the present invention. As shown in fig. 1, a method for updating executable code in a dc control protection device includes:
s10: program source codes in the computer and executable codes compiled according to the program source codes are stored in the target direct current control protection equipment in advance.
First, a program source code is written in a computer, an executable code is compiled from the program source code, and then the program source code and the executable code in the computer are stored in a target direct current control protection device.
Note that, the manner of storing the program source code and the executable code in the target dc control protection device may be to store the program source code and the executable code in a memory of the target dc control protection device itself, or may be to store a new memory in the target dc control protection device, which is not limited in this embodiment. It can be understood that by means of storing the new memory in the target dc control protection device, when the target dc control protection device needs to be replaced, the new memory can be directly set on the replaced target dc control protection device, so that the need of executing the storing operation again is avoided, and the content of the program source code and the executable code stored in the replaced target dc control protection device can be ensured to be consistent with the content stored before the replacement.
S20: and after receiving an updating instruction for updating the target executable code, acquiring the target program source code corresponding to the target executable code from the target direct current control protection equipment.
After receiving an update instruction for updating the target executable code, determining the target executable code from executable codes stored in the target direct current control protection equipment according to the update instruction, and determining a corresponding target program source code according to the corresponding relation between the executable code and the program source code so as to acquire the target program source code from the target direct current control protection equipment.
S30: and modifying the source code of the target program, compiling, and burning the compiled executable code to the target direct current control protection equipment.
Specifically, after the target program source code corresponding to the target executable code is obtained, the target program source code may be modified, then the modified target program source code is compiled to obtain a corresponding executable code, that is, an updated executable code, and then the updated executable code is burned into the target direct current control protection device, so as to complete updating of the target executable code in the target direct current control protection device.
According to the executable code updating method in the direct current control protection equipment, the executable code and the corresponding program source code are stored in the target direct current control protection equipment in advance, so that after an updating instruction for updating the target executable code is received, the target program source code corresponding to the target executable code can be acquired from the target direct current control protection equipment; therefore, the source code of the target program can be modified and compiled, and then the compiled executable code is burnt into the target direct current control protection equipment, so that the update of the target executable code in the target direct current control protection equipment is realized; in addition, the method acquires the target program source code corresponding to the target executable code from the target direct current control protection equipment, so that the target program source code and the target executable code can be ensured to be corresponding, the accuracy and the effectiveness of the modified target executable code can be relatively ensured, and the safety and the stability of the direct current control protection system are further ensured.
On the basis of the above embodiment, the technical solution is further described and optimized in this embodiment, and specifically, this embodiment further includes:
program check codes calculated according to the program source codes, the program source codes and executable codes corresponding to the program source codes are stored in the target direct current control protection device in advance.
Correspondingly, after receiving an update instruction for updating the target executable code, the method further comprises:
calculating a corresponding first check code according to a program source code stored in a computer;
judging whether the program check code is the same as the first check code;
if yes, setting a program source code in the computer as a target program source code, and entering a step of modifying the target program source code and compiling, and burning the compiled executable code to target direct current control protection equipment;
if not, the method enters a step of acquiring target program source codes corresponding to the target executable codes from the target direct current control protection equipment.
Specifically, compared with the previous embodiment, the present embodiment further calculates a corresponding program check code according to the program source code, and then stores the program source code, the executable code corresponding to the program source code, and the program check code to the target dc control protection device. It will be appreciated that, during the daily operation, the program source code in the computer may be modified or deleted due to poor management, malicious damage, etc., so that after receiving an update instruction for updating the target executable code, it is determined whether the program source code stored in the computer and the program source code stored in the target dc control protection device are identical by comparing whether the first check code calculated from the program source code stored in the computer and the program check code stored in the target dc control protection device are identical.
If the executable code is the same, the program source code stored in the computer can be directly used as the target program source code, the target program source code is modified and compiled, and the updated executable code is obtained and burnt to the target direct current control protection equipment;
if not, it means that the program source code stored in the computer is modified, and therefore the program source code is different from the program source code in the target dc control protection apparatus, and therefore it is necessary to obtain the target program source code corresponding to the target executable code from the target dc control protection apparatus.
It can be seen that, in this embodiment, by storing the program check code calculated according to the program source code, and the executable code corresponding to the program source code in advance in the target dc control protection device, and then after receiving the update instruction for updating the target executable code, determining whether the program check code is the same as the first check code calculated according to the program source code stored in the computer, under the same condition, the program source code stored in the computer can be directly used for modifying, thereby avoiding the process of transmitting the target program source code from the target dc control protection device, and relatively improving the convenience of operation.
On the basis of the above embodiment, the present embodiment further describes and optimizes the technical solution, specifically, stores, in advance, a program check code calculated according to a program source code, the program source code, and an executable code corresponding to the program source code, in correspondence to a target dc control protection device, specifically:
a storage table is set in target direct current control protection equipment in advance;
and storing the program check code calculated according to the program source code, the executable code corresponding to the program source code and the corresponding burning time according to the format of a storage table.
Specifically, in this embodiment, a storage table is set in the target dc control protection device in advance, where the storage table is correspondingly set with a storage format, for example, a program check code, a program source code, an executable code corresponding to the program source code, and a corresponding burning time are respectively set in the table header of each row or each column of the storage table, and each time a new set of data needs to be stored, the corresponding program check code, the program source code, the executable code, and the burning time are stored in a manner of adding one row or one column. Therefore, in the subsequent operation process, all the contents stored in the target direct current control protection device can be acquired, and all the program source codes, executable codes, check codes and the like can be found.
After the executable code stored before the selection is updated, the updated data can be directly replaced by the updated data to update the burning time, or the updated data can be stored in a new data adding mode, so that the rollback of the program version can be conveniently realized by storing a plurality of different executable codes.
On the basis of the above embodiment, the technical solution is further described and optimized in this embodiment, and specifically, the update instruction is specifically:
and updating the target executable code corresponding to the latest burning time.
In particular, the received update instruction for updating the target executable code may be an update instruction for updating the target executable code corresponding to the latest burning time. It can be understood that the target executable code corresponding to the latest burning time is generally the program currently operated by the target dc control protection device, so that an update instruction for updating the target executable code corresponding to the latest burning time can be directly set, and the operation program of the current target dc control protection device can be updated.
On the basis of the above embodiment, the present embodiment further describes and optimizes a technical solution, and specifically, after receiving an update instruction for updating the target executable code, the method further includes:
and (3) carrying out identity verification on the operator, and after the identity verification is passed, entering a step of acquiring a target program source code corresponding to the target executable code from the target direct current control protection equipment.
In order to facilitate management control of the target direct current control protection device and ensure safety of information in the target direct current control protection device, in this embodiment, after receiving an update instruction for updating a target executable code, the identity of an operator is further checked, where the type of identity check may include checking an access password input by the operator, or checking personal biological information such as a fingerprint, a voiceprint, and an iris of the input operator, and determining that the identity check passes when the comparison is consistent by comparing the check information input by the operator with the authentication information stored in advance. And after the identity verification is passed, acquiring target program source codes corresponding to the target executable codes from the target direct current control protection equipment.
It can be seen that the present embodiment can further improve the security in updating the executable code in the target dc control protection device.
The embodiments of the method for updating an executable code in a dc control protection device provided by the present invention are described in detail above, and the present invention also provides an apparatus for updating an executable code and a computer readable storage medium in a dc control protection device corresponding to the method.
Fig. 2 is a block diagram of an executable code updating apparatus in a dc control protection device according to an embodiment of the present invention, where, as shown in fig. 2, the executable code updating apparatus in a dc control protection device includes:
a storage module 21, configured to store a program source code in a computer and an executable code compiled according to the program source code in advance into a target dc control protection device;
an obtaining module 22, configured to obtain, from the target dc control protection device, a target program source code corresponding to the target executable code after receiving an update instruction for updating the target executable code;
and the updating module 23 is used for modifying and compiling the source code of the target program and burning the compiled executable code to the target direct current control and protection equipment.
The executable code updating device in the direct current control protection equipment provided by the embodiment of the invention has the beneficial effects of the executable code updating method in the direct current control protection equipment.
Fig. 3 is a block diagram of an executable code updating apparatus in another dc control protection device according to an embodiment of the present invention, where, as shown in fig. 3, the executable code updating apparatus in the dc control protection device includes:
a memory 31 for storing a computer program;
a processor 32 for implementing the steps of the executable code update method in the dc control protection arrangement as described above when executing a computer program.
The executable code updating device in the direct current control protection device provided by the embodiment of the invention has the beneficial effects of the executable code updating method in the direct current control protection device.
To solve the above technical problem, the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the method for updating executable code in the dc control protection device.
The computer readable storage medium provided by the embodiment of the invention has the beneficial effects of the executable code updating method in the direct current control protection equipment.
The method, the device and the computer readable storage medium for updating the executable code in the direct current control protection device provided by the invention are described in detail above. The principles and embodiments of the present invention have been described herein with reference to specific examples, which are intended to be merely illustrative of the methods of the present invention and their core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (7)

1. A method for updating an executable code in a direct current control protection device, comprising:
storing a program check code calculated according to a program source code, the program source code and an executable code corresponding to the program source code into a target direct current control protection device in advance; wherein the executable code is compiled from the program source code;
after receiving an update instruction for updating the target executable code, calculating a corresponding first check code according to a program source code stored in a computer;
judging whether the program check code is the same as the first check code;
if yes, setting the program source code in the computer as a target program source code, modifying the target program source code, compiling, and burning the compiled executable code to the target direct current control protection equipment;
if not, acquiring a target program source code corresponding to the target executable code from the target direct current control protection equipment, modifying the target program source code, compiling, and burning the compiled executable code to the target direct current control protection equipment.
2. The method according to claim 1, wherein the storing in advance the program check code calculated from the program source code, and the executable code corresponding to the program source code in correspondence to the target dc control protection device is specifically:
a storage table is preset in the target direct current control protection equipment;
and storing the program verification code, the program source code, the executable code corresponding to the program source code and the corresponding burning time calculated according to the program source code according to the format of the storage table.
3. The method according to claim 2, wherein the update instruction is specifically:
and updating the target executable code corresponding to the latest burning time.
4. A method according to any one of claims 1 to 3, further comprising, upon receipt of the update instruction to update the target executable code:
and carrying out identity verification on an operator, and entering the step of acquiring the target program source code corresponding to the target executable code from the target direct current control protection equipment after the identity verification is passed.
5. An executable code updating apparatus in a direct current control protection device, comprising:
the storage module is used for storing the program check code calculated according to the program source code, the program source code and the executable code corresponding to the program source code into the target direct current control protection equipment in advance; wherein the executable code is compiled from the program source code;
when the corresponding first check code is calculated to be the same as the program check code according to the program source code stored in the computer, setting the program source code in the computer as a target program source code, and triggering an updating module;
when the corresponding first check code is calculated to be different from the program check code according to the program source code stored in the computer, the acquisition module is triggered firstly, and then the updating module is triggered;
the acquisition module is used for acquiring a target program source code corresponding to the target executable code from the target direct current control protection equipment after receiving an update instruction for updating the target executable code;
and the updating module is used for modifying the source code of the target program, compiling the source code, and burning the compiled executable code to the target direct current control protection equipment.
6. An executable code updating apparatus in a direct current control protection device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the executable code update method in a direct current control protection device according to any one of claims 1 to 4 when executing said computer program.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the executable code update method in a direct current control protection device as claimed in any one of claims 1 to 4.
CN201910476882.1A 2019-06-03 2019-06-03 Executable code updating method, device and medium in direct current control protection equipment Active CN110162324B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910476882.1A CN110162324B (en) 2019-06-03 2019-06-03 Executable code updating method, device and medium in direct current control protection equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910476882.1A CN110162324B (en) 2019-06-03 2019-06-03 Executable code updating method, device and medium in direct current control protection equipment

Publications (2)

Publication Number Publication Date
CN110162324A CN110162324A (en) 2019-08-23
CN110162324B true CN110162324B (en) 2023-07-11

Family

ID=67627307

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910476882.1A Active CN110162324B (en) 2019-06-03 2019-06-03 Executable code updating method, device and medium in direct current control protection equipment

Country Status (1)

Country Link
CN (1) CN110162324B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111552196A (en) * 2020-03-26 2020-08-18 中国南方电网有限责任公司超高压输电公司检修试验中心 User-defined program model interface method of compact direct current control protection device
CN117909939B (en) * 2024-03-19 2024-06-07 麒麟软件有限公司 Code text content-based code protection method and compiler text lock

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530555A (en) * 2013-10-31 2014-01-22 浙江云巢科技有限公司 Method and device for preventing program from executing malice operation
CN108509200A (en) * 2018-03-13 2018-09-07 中国银行股份有限公司 It is a kind of to establish associated method and device between software source code and actuating code

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100546742B1 (en) * 2003-09-04 2006-01-26 한국전자통신연구원 Apparatus and Method for Developing Application on Target System in Embedded Software Development Environment
CN101546269B (en) * 2008-03-28 2013-07-03 鸿富锦精密工业(深圳)有限公司 System and method capable of executing file version updating
CN103699481A (en) * 2013-12-03 2014-04-02 华为技术有限公司 Code debugging method and code debugging system
US20180060218A1 (en) * 2016-08-23 2018-03-01 Le Technology, Inc. D/B/A Leeco Remote control testing in a development environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530555A (en) * 2013-10-31 2014-01-22 浙江云巢科技有限公司 Method and device for preventing program from executing malice operation
CN108509200A (en) * 2018-03-13 2018-09-07 中国银行股份有限公司 It is a kind of to establish associated method and device between software source code and actuating code

Also Published As

Publication number Publication date
CN110162324A (en) 2019-08-23

Similar Documents

Publication Publication Date Title
CN110162324B (en) Executable code updating method, device and medium in direct current control protection equipment
CN107992325B (en) Method for checking and comparing file information through feature codes
CN107193249B (en) Program development support device and program development support method
CN115357434A (en) Complete machine testing method, device to be tested, computer device and storage medium
CN111857860A (en) Method and system for realizing safe loading of plug-in
CN113553078A (en) Trackside equipment system upgrading method and device, electronic equipment and readable storage medium
CN106886446B (en) Software source code verification method and device
EP3514680B1 (en) Identification of changes in functional behavior and runtime behavior of a system during maintenance cycles
CN112800194B (en) Interface change identification method, device, equipment and storage medium
CN114116170A (en) Timed task execution method and device, computer equipment and storage medium
CN107729043B (en) Method and device for checking increment upgrade package and computer readable storage medium
CN106909434B (en) Method and device for detecting undefined function in executable program
KR101563494B1 (en) Real-time source code security weaknesses detection apparatus and method according to the file changes
CN109684205B (en) System testing method, device, electronic equipment and storage medium
JP5206203B2 (en) Information processing apparatus, apparatus management system, apparatus management method, and program
CN116126379A (en) BIOS firmware upgrading method, device, equipment and storage medium
CN112363929B (en) System online method and device, computer equipment and storage medium
CN113568834A (en) SDK code compatibility detection method, device, computer equipment and medium
CN110597537B (en) Safe updating and upgrading method for nodes of Internet of things
CN115455414A (en) Safety detection method and device
CN110912743B (en) Method and device for executing configuration instruction
CN111061642A (en) Full-automatic competition data processing system and method based on user data
CN111970263B (en) Method and equipment for unifying security policies
CN114416106B (en) Method, system, electronic device and storage medium for updating compiling count value
CN112052184B (en) Automatic generation method, automatic generation device and storage medium for test script

Legal Events

Date Code Title Description
PB01 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