CN113254065B - Application software compatibility method and device - Google Patents

Application software compatibility method and device Download PDF

Info

Publication number
CN113254065B
CN113254065B CN202110792383.0A CN202110792383A CN113254065B CN 113254065 B CN113254065 B CN 113254065B CN 202110792383 A CN202110792383 A CN 202110792383A CN 113254065 B CN113254065 B CN 113254065B
Authority
CN
China
Prior art keywords
file
application software
packaged
library file
compiling
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
CN202110792383.0A
Other languages
Chinese (zh)
Other versions
CN113254065A (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.)
Yifang Information Technology Co ltd
Original Assignee
Guangzhou Easefun Information Technology 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 Guangzhou Easefun Information Technology Co ltd filed Critical Guangzhou Easefun Information Technology Co ltd
Priority to CN202110792383.0A priority Critical patent/CN113254065B/en
Publication of CN113254065A publication Critical patent/CN113254065A/en
Application granted granted Critical
Publication of CN113254065B publication Critical patent/CN113254065B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting

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 invention relates to an application software compatibility method and device, which are used for compiling a corresponding library file to be packaged according to the compiling implementation of a header file after the header file in an ABI framework library of corresponding computer equipment is obtained. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.

Description

Application software compatibility method and device
Technical Field
The invention relates to the technical field of software development, in particular to an application software compatibility method and device.
Background
The application software refers to various programming languages which can be used by users, and a set of application programs which are compiled by using various programming languages, and is divided into an application software package and a user program. And the computer equipment and the application software have corresponding running matching relation. Different computer devices support different instruction sets because different computer devices use different types of CPUs, and the different instruction sets have corresponding program Binary interfaces (ABIs), which are abbreviated as ABIs. Taking an android device as an example, the ABI supported by the android device includes the following: armeabi, armeabi-v7a, arm64-v8a, x86, and x86_ 64. Wherein x86 and x86_64 are generally applied to virtual machines, so abi of the real device includes armeabi, armeabi-v7a and arm64-v8 a.
However, as version upgrades for computer devices are updated, there are computer devices that do not support partial type ABI program compilation. Still taking the android device as an example, from the NDK r17 version, programs compiled to armeabi are no longer supported, and even some third-party SDKs (Software Development Kit) do not support programs of armeabi-v7a, but only provide a library of arm64-v8 a. This may cause a situation that when the application software of the old version runs on the computer device of the latest version, due to lack of library files of the corresponding architecture, the application software program may crash because the corresponding library files cannot be found during running, thereby destroying the compatibility of the application software and seriously affecting the experience of the corresponding user.
In summary, it can be seen that the compatibility of the conventional application software has the above limitations.
Disclosure of Invention
Therefore, it is necessary to provide an application software compatibility method and apparatus for the limitation of compatibility of conventional application software.
An application software compatibility method comprising the steps of:
acquiring a header file in an ABI framework library of corresponding computer equipment;
compiling a corresponding library file to be packaged according to the compiling realization of the header file;
and taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software.
According to the application software compatibility method, after the header files in the ABI architecture library of the corresponding computer equipment are obtained, the corresponding library files to be packaged are compiled according to the compiling implementation of the header files. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
In one embodiment, the process of compiling the corresponding library file to be packaged according to the compilation implementation of the header file includes the steps of:
writing a corresponding implementation file according to the header file;
and compiling the library file to be packaged according to the implementation file.
In one embodiment, the process of compiling the library file to be packaged according to the implementation file comprises the following steps:
and compiling the realized files into library files to be packaged according to a standard cross compiling mode of the computer equipment.
In one embodiment, the standard cross-compilation mode comprises ndk-build compilation or cmake compilation.
In one embodiment, the library files to be packaged comprise dynamically shared library files.
In one embodiment, a process of compiling and packaging library files to be packaged into application software as library files of the application software comprises the following steps:
testing library files to be packaged;
when the library file to be packaged is normal, the library file to be packaged is used as a library file of the application software, and is compiled and packaged into the application software;
and when the library file to be packaged is abnormal, compiling and adjusting the library file to be packaged, and taking the adjusted library file to be packaged as a library file of the application software.
In one embodiment, the process of testing library files to be packaged includes the steps of:
and correspondingly testing each function in the library file to be packaged.
An application software compatible device comprising:
the head file acquisition module is used for acquiring a head file in an ABI framework library of the corresponding computer equipment;
the library file compiling module is used for compiling the corresponding library file to be packaged according to the compiling realization of the header file;
and the library file packaging module is used for compiling and packaging the library file to be packaged into the application software as a library file of the application software.
After the header file in the ABI framework library of the corresponding computer equipment is obtained, the corresponding library file to be packaged is compiled according to the compiling implementation of the header file. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
A computer storage medium having stored thereon computer instructions which, when executed by a processor, implement the application software compatibility method of any of the embodiments described above.
After the header file in the ABI framework library of the corresponding computer equipment is obtained, the corresponding library file to be packaged is compiled according to the compiling implementation of the header file by the computer storage medium. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the application software compatibility method of any of the above embodiments when executing the program.
After the head files in the ABI framework library of the corresponding computer equipment are obtained, the corresponding library files to be packaged are compiled according to the compiling implementation of the head files by the computer equipment. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
Drawings
FIG. 1 is a flow diagram of an application compatibility method according to an embodiment;
FIG. 2 is a flowchart of an application compatibility method according to another embodiment;
FIG. 3 is a flowchart of an application compatibility method according to yet another embodiment;
FIG. 4 is a diagram illustrating an exemplary application software architecture;
FIG. 5 is a block diagram of an application compatible device module according to one embodiment;
FIG. 6 is a schematic diagram of an internal structure of a computer according to an embodiment.
Detailed Description
For better understanding of the objects, technical solutions and effects of the present invention, the present invention will be further explained with reference to the accompanying drawings and examples. Meanwhile, the following described examples are only for explaining the present invention, and are not intended to limit the present invention.
For the ABI architecture of computer devices, application software typically includes library files and other files. Assuming that the application software is adapted to the ABI architecture (a) of a certain type of computer device, when the application software runs on the ABI architecture (B) of another type of computer device, the application software cannot run on the other type of computer device or is easy to crash due to the fact that the application software lacks a library file corresponding to the ABI architecture (B). Taking a computer device as an android device as an example, the library file is a program function library file, namely a so library file. For example, application software can only run on an android device of the ABI architecture of arm64-v8a, and when the application software runs on an android device of the ABI architecture of arm64-v 7a or arm, a corresponding so library cannot be found and crashed.
Based on this, the embodiment of the invention provides an application software compatibility method.
Fig. 1 is a flowchart of an application software compatibility method according to an embodiment, and as shown in fig. 1, the application software compatibility method according to an embodiment includes steps S100 to S102:
s100, acquiring a header file in an ABI framework library of corresponding computer equipment;
s101, compiling a corresponding library file to be packaged according to the compiling implementation of the header file;
and S102, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software.
In step S100, a carrier computer device on which the application software is to be executed is determined in advance, and an ABI architecture of the computer device is determined. Further, a header file in the ABI framework library of the computer equipment is obtained. In one embodiment, a header file is obtained from the computer device. In another embodiment, a header file database is established according to various pre-stored header files and the mapping relation between each header file and the ABI framework; in determining the ABI architecture of the computer device, the header file is retrieved from the header file database according to the mapping relationship.
In one embodiment, when the computer device is an android device, the header file in the computer device ABI architecture library comprises a header file of a so library of the computer device ABI architecture.
And after the header file is determined, according to the compiling implementation of the header file, representing the compiling implementation under the ABI framework of the computer equipment, and compiling the corresponding library file to be packaged. Based on this, the library file to be packaged can be used as a library file operable under the ABI architecture of the computer device. And packaging the library files to be packaged to the application software, so that the computer equipment ABI framework can find the library of the application software according to the library files to be packaged, and the running of the application software is completely realized.
In one embodiment, fig. 2 is a flowchart of an application software compatibility method according to another embodiment, and as shown in fig. 2, a process of compiling a corresponding library file to be packaged according to the compilation implementation of a header file in step S101 includes step S200 and step S201:
s200, compiling a corresponding implementation file according to the header file;
s201, compiling the library file to be packaged according to the implementation file.
Taking a computer device as an android device as an example, the header file can determine a corresponding so library, and a corresponding implementation file is written based on the header file. In one embodiment, the implementation file comprises a c implementation file or a c + + implementation file.
After the implementation file is determined, the definitions of the global variables and the global functions are determined. And compiling the corresponding library file to be packaged according to the implementation process of the implementation file.
In one embodiment, fig. 3 is a flowchart of an application software compatibility method according to yet another embodiment, and as shown in fig. 3, the process of compiling the library file to be packaged according to the implementation file in step S201 includes step S300:
and S300, compiling the files to be compiled into the library files to be packaged according to a standard cross compiling mode of computer equipment.
According to the determined ABI framework and the determined running system of the computer equipment, the standard of the computer equipment, such as the android standard, is determined, various standard cross compiling modes such as the android standard cross compiling mode are determined, the implementation file is compiled according to the standard cross compiling mode, executable codes are generated, and the library file to be packaged is obtained.
In one embodiment, when the computer device is an android device, the standard cross-compiling mode includes ndk-build compiling or cmake compiling. And compiling the file according to the ndk-build compiling or cmake compiling pair to obtain the library file to be packaged.
Similarly, when the computer device is an android device, the library files to be packaged comprise dynamic shared library files. And taking the dynamic shared library file as an empty package so file, using the empty package so file as a normal so library file of the application software, and participating in compiling and packaging of the application software.
In one embodiment, as shown in fig. 2, the process of compiling and packaging the library file to be packaged into the application software as the library file of the application software in step S102 includes steps S202 to S204:
s202, testing library files to be packaged;
s203, when the library file to be packaged is normal, the library file to be packaged is used as a library file of the application software, and is compiled and packaged into the application software;
and S204, when the library file to be packaged is abnormal, compiling and adjusting the library file to be packaged, and taking the adjusted library file to be packaged as a library file of the application software.
And testing the library file to be packaged according to the running environment of the computer equipment and the application software, executing a code corresponding to the library file to be packaged, and judging that the library file to be packaged is abnormal according to an execution result. In one embodiment, when the execution result of the library file to be packaged is not matched with the preset result, the library file to be packaged is judged to be abnormal, otherwise, the library file to be packaged is judged to be normal.
And correcting errors according to the test of the library files to be packaged, and compiling and packaging the library files to be packaged into the application software when the library files to be packaged are normal so as to prevent the abnormal operation of the application software caused by the error of the library files to be packaged.
When the library file to be packaged is abnormal, compiling and adjusting the process of the library file to be packaged, and recompiling the library file to be packaged according to the adjusting header file or the implementation file; or adjusting the library file to be packaged by adjusting the execution code, such as a function or a parameter, in the library file to be packaged.
Based on this, in one embodiment, as shown in fig. 3, the process of testing the library file to be packaged in step S202 includes step S301:
s301, testing each function in the library file to be packaged correspondingly.
And testing each function in the library file to be packaged, and judging whether the function can run correctly according to the execution result of each function. And when any function is abnormal, judging that the library file to be packaged is abnormal. Similarly, in step S204, the compiling adjustment of the library file to be packaged can be implemented by adjusting the abnormal function of the library file to be packaged.
In the application software compatibility method according to any of the embodiments, after the header file in the corresponding ABI framework library of the computer device is obtained, the corresponding library file to be packaged is compiled according to the compilation implementation of the header file. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
Based on this, in the use of the application-software-compatible method of any of the embodiments, an application software is derived. The embodiment of the invention also provides corresponding application software.
Fig. 4 is a schematic structural diagram of application software according to an embodiment, and as shown in fig. 4, the application software according to an embodiment includes an original library file, other files, and library files to be packaged in the application software compatibility method according to any of the above embodiments;
when the application software is executed, the ABI framework of the computer equipment can find the corresponding library according to the original library file or the library file to be packaged in the library file, and the execution of the application software is finished.
The embodiment of the invention also provides an application software compatible device.
Fig. 5 is a block diagram of an application-compatible device according to an embodiment, and as shown in fig. 5, the application-compatible device according to an embodiment includes a module 100, a module 101, and a module 102:
a header file acquiring module 100, configured to acquire a header file in an ABI framework library of a corresponding computer device;
the library file compiling module 101 is used for compiling corresponding library files to be packaged according to the compiling implementation of the header files;
the library file packaging module 102 is configured to take the library file to be packaged as a library file of the application software, and compile and package the library file into the application software.
After the header file in the ABI framework library of the corresponding computer equipment is obtained, the corresponding library file to be packaged is compiled according to the compiling implementation of the header file. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
The embodiment of the invention also provides a computer storage medium, wherein computer instructions are stored on the computer storage medium, and when the instructions are executed by a processor, the instructions realize the application software compatibility method of any one of the embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, the computer program can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
Alternatively, the integrated unit of the present invention may be stored in a computer-readable storage medium if it is implemented in the form of a software functional module and sold or used as a separate product. Based on such understanding, the technical solutions of the embodiments of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the methods of the embodiments of the present invention. And the aforementioned storage medium includes: a removable storage device, a RAM, a ROM, a magnetic or optical disk, or various other media that can store program code.
Corresponding to the computer storage medium, in one embodiment, a computer device is further provided, where the computer device includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement any one of the application software compatibility methods in the embodiments.
The computer device may be a terminal, and its internal structure diagram may be as shown in fig. 6. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement an application software compatibility method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
After the head files in the ABI framework library of the corresponding computer equipment are obtained, the corresponding library files to be packaged are compiled according to the compiling implementation of the head files by the computer equipment. And further, taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file into the application software. Based on this, the provided application software comprises the library file which can support the ABI framework of the corresponding computer equipment, so that the application software can run on the corresponding computer equipment, the compatibility of the application software is improved, the change and influence on the original program code of the application software are reduced as much as possible, the collapse problem of the application software is avoided, and the corresponding user experience is ensured.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only show some embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (9)

1. An application software compatibility method, comprising the steps of:
acquiring a header file in an ABI framework library of corresponding computer equipment;
compiling a corresponding library file to be packaged according to the compiling realization of the header file;
the process of compiling the corresponding library file to be packaged according to the compiling implementation of the header file comprises the following steps:
writing a corresponding implementation file according to the header file;
compiling the library file to be packaged according to the implementation file;
and taking the library file to be packaged as a library file of the application software, and compiling and packaging the library file to be packaged into the application software.
2. The method for compatible application software according to claim 1, wherein the process of compiling the library file to be packaged according to the implementation file comprises the steps of:
and compiling the library file to be packaged from the implementation file according to a standard cross compiling mode of the computer equipment.
3. The application software compatibility method according to claim 2, wherein the standard cross-compilation mode comprises ndk-build compilation or cmake compilation.
4. The application software compatibility method according to any one of claims 1 to 3, wherein the library file to be packaged comprises a dynamically shared library file.
5. The method for compatible application software according to claim 1, wherein the process of compiling and packaging the library file to be packaged into the application software as a library file of the application software comprises the steps of:
testing the library file to be packaged;
when the library file to be packaged is normal, the library file to be packaged is used as a library file of the application software, and is compiled and packaged into the application software;
and when the library file to be packaged is abnormal, compiling and adjusting the library file to be packaged, and taking the adjusted library file to be packaged as the library file of the application software.
6. The method for compatible application software of claim 5, wherein the process of testing the library file to be packaged comprises the steps of:
and correspondingly testing each function in the library file to be packaged.
7. An application software compatible device, comprising:
the head file acquisition module is used for acquiring a head file in an ABI framework library of the corresponding computer equipment;
the library file compiling module is used for compiling the corresponding library file to be packaged according to the compiling realization of the header file;
the process of compiling the corresponding library file to be packaged according to the compiling implementation of the header file comprises the following steps:
writing a corresponding implementation file according to the header file;
compiling the library file to be packaged according to the implementation file;
and the library file packaging module is used for compiling and packaging the library file to be packaged into the application software as a library file of the application software.
8. A computer storage medium having computer instructions stored thereon, wherein the computer instructions, when executed by a processor, implement an application software compatibility method according to any one of claims 1 to 6.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program implements an application software compatibility method as claimed in any one of claims 1 to 6.
CN202110792383.0A 2021-07-14 2021-07-14 Application software compatibility method and device Active CN113254065B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110792383.0A CN113254065B (en) 2021-07-14 2021-07-14 Application software compatibility method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110792383.0A CN113254065B (en) 2021-07-14 2021-07-14 Application software compatibility method and device

Publications (2)

Publication Number Publication Date
CN113254065A CN113254065A (en) 2021-08-13
CN113254065B true CN113254065B (en) 2021-11-02

Family

ID=77191222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110792383.0A Active CN113254065B (en) 2021-07-14 2021-07-14 Application software compatibility method and device

Country Status (1)

Country Link
CN (1) CN113254065B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117251205B (en) * 2023-11-16 2024-02-06 沐曦集成电路(杭州)有限公司 Method, device, equipment and medium for processing header file

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109067713A (en) * 2018-07-17 2018-12-21 北京元心科技有限公司 Software security means of defence, device, electronic equipment and computer storage medium
CN112256321A (en) * 2020-11-18 2021-01-22 腾讯科技(深圳)有限公司 Static library packaging method and device, computer equipment and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6769115B1 (en) * 2000-05-01 2004-07-27 Emc Corporation Adaptive interface for a software development environment
US7069474B2 (en) * 2002-09-18 2006-06-27 Sun Microsystems, Inc. System and method for assessing compatibility risk
US7966624B2 (en) * 2007-08-22 2011-06-21 Intel Corporation Using message passing interface (MPI) profiling interface for emulating different MPI implementations
US9058193B2 (en) * 2013-11-14 2015-06-16 Google Inc. Methods and systems for providing compatibility of applications with multiple versions of an operating system
US9910763B1 (en) * 2016-08-18 2018-03-06 International Business Machines Corporation Test case reduction in application binary interface (ABI) compatibility testing
US10078510B1 (en) * 2017-10-17 2018-09-18 Architecture Technology Corporation Late-stage software feature reduction tool for security and performance
CN108764037B (en) * 2018-04-24 2021-12-24 石狮市森科智能科技有限公司 Face detection implementation method based on ARM Cotex-A series platform
US11573951B2 (en) * 2019-10-03 2023-02-07 Curvegrid, Inc. Systems, methods, and storage media for interfacing a user device with a decentralized architecture
CN111177712B (en) * 2019-12-31 2022-06-03 杭州趣链科技有限公司 WebAssembly model execution engine based on TEE
CN111796831B (en) * 2020-06-24 2023-02-28 苏州大学 Compiling method and device for multi-chip compatibility
CN113031957A (en) * 2020-12-16 2021-06-25 深圳市欢太科技有限公司 Application program installation method, client, terminal, server and storage medium
CN112732349A (en) * 2020-12-31 2021-04-30 深圳市珍爱捷云信息技术有限公司 Method and device for loading SO library, electronic equipment and computer readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109067713A (en) * 2018-07-17 2018-12-21 北京元心科技有限公司 Software security means of defence, device, electronic equipment and computer storage medium
CN112256321A (en) * 2020-11-18 2021-01-22 腾讯科技(深圳)有限公司 Static library packaging method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN113254065A (en) 2021-08-13

Similar Documents

Publication Publication Date Title
KR100584338B1 (en) Method and system for updating software
US8745596B2 (en) Program debugging with dynamically inserted instrumentation
US8997049B1 (en) Method and system for debugging of compiled code using an interpreter
US20080209401A1 (en) Techniques for integrating debugging with decompilation
CN115017058B (en) Test method and device of kernel module, electronic equipment and storage medium
CN113254065B (en) Application software compatibility method and device
CN111078568A (en) Code specification method and device, computer equipment and storage medium
CN109960511B (en) Dynamic library issuing method based on virtualization technology, storage medium and intelligent terminal
CN114461226A (en) Method and device for solving mandatory dependence
US20080127118A1 (en) Method and system for dynamic patching of software
CN112130926A (en) Application program running method and device, terminal equipment and storage medium
CN109815682B (en) Method, device and computer recording medium for tracking and managing authority
CN117193872A (en) Chip starting firmware device and method based on symbol table dynamic execution
CN110765008B (en) Data processing method and device
CN113641389B (en) Software upgrading method, device and equipment based on OpenCPU
CN116578327A (en) Program updating method and device, electronic equipment and storage medium
WO2022194173A1 (en) Patching method and relevant device
CN110825421A (en) Firmware upgrading method and system and readable storage medium
JP5906609B2 (en) Debug support program, debug support method, and debug support system
CN111984329B (en) Boot software standardized generation and execution method and system
CN111258617B (en) Electronic equipment
CN114035813A (en) Upgrading method, device, equipment and storage medium
CN113220314A (en) APP resource loading and APK generation method, device, equipment and medium
CN116775501B (en) Software testing method, server, readable storage medium and chip system
CN117707652B (en) Data compiling and parameter transferring method and device

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
CP03 Change of name, title or address

Address after: Room 402, No. 66, North Street, University Town Center, Panyu District, Guangzhou City, Guangdong Province, 510006

Patentee after: Yifang Information Technology Co.,Ltd.

Address before: 510006 Room 601, 603, 605, science museum, Guangdong University of technology, 100 Waihuan West Road, Xiaoguwei street, Panyu District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU EASEFUN INFORMATION TECHNOLOGY Co.,Ltd.

CP03 Change of name, title or address