CN103823665A - SDK (software development kit) activeness analyzing method, network server and system - Google Patents

SDK (software development kit) activeness analyzing method, network server and system Download PDF

Info

Publication number
CN103823665A
CN103823665A CN201210468557.9A CN201210468557A CN103823665A CN 103823665 A CN103823665 A CN 103823665A CN 201210468557 A CN201210468557 A CN 201210468557A CN 103823665 A CN103823665 A CN 103823665A
Authority
CN
China
Prior art keywords
application
sdk
network server
module
source file
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
CN201210468557.9A
Other languages
Chinese (zh)
Other versions
CN103823665B (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 Mobile Communications Group Co Ltd
Original Assignee
China Mobile Communications Group 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 Mobile Communications Group Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201210468557.9A priority Critical patent/CN103823665B/en
Publication of CN103823665A publication Critical patent/CN103823665A/en
Application granted granted Critical
Publication of CN103823665B publication Critical patent/CN103823665B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an SDK (software development kit) activeness analyzing method which includes a network server receives an application issuing request, which at least carries the source file codes of the to-be-issued application, from a client; the network server determines the SDK called by the application according to the source file codes; the network server analyzes SDK activeness according to the times, being called by the application, of the SDK. The invention further correspondingly discloses the network server and an SDK activeness analyzing system. The method has the advantages that the SDK activeness analysis is performed according to the actual use of the SDK by the issued application, the actual use conditions of the SDK can be reflected, and high accuracy of analyzing results is achieved.

Description

SDK (software development kit) activity degree analysis method, network server and system
Technical Field
The invention relates to the field of software development, in particular to a Software Development Kit (SDK) activity analysis method, a network server and a system.
Background
The SDK generally includes a set of related documents, paradigms, and tools for assisting in developing a certain type of Application, and a developer may implement rapid development of an Application in a related field through an Application Programming Interface (API) provided by the SDK.
With the increasing demand of various application development, many manufacturers and even individuals successively release their own SDKs to attract developers to build and release applications based on their SDKs. With the continuous increase of the types and the number of the SDKs, the activity analysis of the SDKs is very important, and developers and providers of the SDKs can quickly distinguish the application condition of the SDKs through the activity analysis of the SDKs, so that the subsequent processing is convenient.
Currently, the activity analysis of the SDK usually uses the downloading amount as a measurement standard, that is, the activity of the SDK is measured by the downloading times of the SDK. In this analysis mode, the download server usually starts a download count service, which is used to update and store the download times of each SDK, and when a certain SDK is downloaded by the user, the download service updates and stores the download times of the SDK.
However, the following capacity as an analysis criterion of the activity of the SDK does not actually reflect the actual use of the SDK in many cases. Many developers download a large amount of SDKs at the same time, but the proportion of the SDKs actually used is small; in addition, once the SDK is downloaded, the SDK can be spread indefinitely, and many users of the SDK do not download the SDK from the SDK download portal for use but obtain the SDK through a secondary spreading approach, so that the following capacity is used as a measure of the activity of the SDK, which easily causes an inaccurate SDK activity analysis result.
Disclosure of Invention
In view of the above, the present invention provides an SDK liveness analysis method, a network server and a system, which can improve accuracy of an analysis result.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
an SDK activity analysis method, comprising:
the method comprises the steps that a network server receives an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
the network server determines a Software Development Kit (SDK) called by the application according to the source file code of the application;
and the network server analyzes the SDK activity according to the number of times of the SDK being applied and called.
The method further comprises the following steps: the network server acquires an SDK interface table, wherein the SDK interface table comprises SDK information and interface information of each SDK;
the network server determines that the SDK called by the application is as follows according to the source file code of the application:
the network server scans the source file code of the application to acquire an interface called by the application;
and the network server searches the SDK interface table according to the interface called by the application and determines the SDK called by the application.
Before the network server determines the SDK called by the application according to the source file code of the application, the method further comprises the following steps:
the network server carries out code security check on the source file code of the application, and if the check is passed, the subsequent flow is executed; and if the check is not passed, returning an application release failure response to the user equipment.
Before the network server determines the SDK called by the application according to the source file code of the application, the method further comprises the following steps:
the network server adopts a compiler to compile the source file code of the application, the compilation is successful, and the subsequent flow is executed; and if the compiling fails, returning an application release failure response to the user equipment.
The method further comprises the following steps:
and when a user debugs a local application on user equipment, the user equipment and the network server carry out compiler version synchronization.
The method further comprises the following steps:
the network server receives an application test request from a user terminal, wherein the application test request at least carries application information to be tested;
and the network server tests the application to be tested according to preset test resources and/or test times.
A network server, comprising: the system comprises a receiving module, an SDK determining module and an analyzing module; wherein,
the receiving module is used for receiving an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
the SDK determining module is used for determining the SDK called by the application according to the source file code of the application received by the receiving module;
and the analysis module is used for analyzing the SDK activity according to the number of times of the SDK being applied and called.
The network server also comprises an SDK interface table acquisition module,
the SDK interface table acquisition module is used for acquiring an SDK interface table, and the SDK interface table comprises SDK information and interface information of each SDK;
the SDK determining module is specifically configured to scan a source file code of the application to obtain an interface called by the application; and then, searching the SDK interface table obtained by the SDK interface table obtaining module according to the interface called by the application, and determining the SDK called by the application.
The network server further comprises a code security check module,
the code security check module is used for carrying out code security check on the source file code of the application received by the receiving module, and if the check is passed, the SDK determining module is informed to determine the SDK called by the application; and if the check is not passed, returning an application release failure response to the user equipment.
The network server further comprises a compiling module for compiling,
the compiling module is used for compiling the source file code of the application received by the receiving module by adopting a compiler, and if the compiling is successful, the SDK determining module is informed to determine the SDK called by the application; and if the compiling fails, returning an application release failure response to the user equipment.
The compiling module is further configured to perform compiler version synchronization with the user equipment when the user equipment debugs the local application.
The network server further comprises an application testing module,
the receiving module is further configured to receive an application test request from a user terminal, where the application test request at least carries application information to be tested;
and the test module is used for testing the application to be tested according to preset test resources and/or test times.
An SDK liveness analysis system comprises user equipment and a network server; wherein,
the user equipment is used for sending an application issuing request to the network server according to user operation, wherein the application issuing request at least carries a source file code of an application to be issued;
the network server according to any one of claims 7 to 10.
The user equipment is also used for performing compiler version synchronization with the network server when a user debugs a local application.
The user equipment is also used for sending an application test request to the network server according to user operation, wherein the application test request at least carries application information to be tested;
and the network server is also used for testing the application to be tested according to preset testing resources and/or testing times.
The invention relates to an SDK liveness analysis method, a network server and a system, wherein the network server receives an application issuing request from a user terminal, and the application issuing request at least carries a source file code of an application to be issued; the network server determines the SDK called by the application according to the source file code of the application; and the network server analyzes the SDK activity according to the number of times of the SDK being applied and called. The invention analyzes the SDK activity based on the SDK actually used by the released application, thereby reflecting the actual application condition of the SDK and having higher accuracy of the analysis result.
Drawings
FIG. 1 is a schematic flow chart of a SDK activity analysis method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating a SDK activity analysis method according to another embodiment of the present invention;
FIG. 3 is a schematic flow chart illustrating a SDK activity analysis method according to yet another embodiment of the present invention;
FIG. 4 is a diagram illustrating a network server according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating a network server according to another embodiment of the present invention;
FIG. 6 is a diagram illustrating an embodiment of obtaining an SDK interface table;
FIG. 7 is a diagram illustrating an embodiment of generating an application temporary information table;
FIG. 8 is a diagram illustrating an SDK call table generated according to an embodiment of the present invention;
FIG. 9 is a diagram illustrating an SDK liveness statistics table generated according to an embodiment of the present invention;
FIG. 10 is a diagram illustrating a network server according to another embodiment of the present invention;
FIG. 11 is a diagram illustrating a network server according to another embodiment of the present invention;
fig. 12 is a schematic structural diagram of a network server according to still another embodiment of the present invention.
Detailed Description
The basic idea of the invention is: the method comprises the steps that a network server receives an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued; the network server determines the SDK called by the application according to the source file code of the application; and the network server analyzes the SDK activity according to the number of times of the SDK being applied and called.
Fig. 1 is a schematic flow chart of an SDK activity analysis method according to an embodiment of the present invention, as shown in fig. 1, the method includes:
step 101: the method comprises the steps that a network server receives an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
step 102: the network server determines the SDK called by the application according to the source file code of the application;
step 103: and the network server analyzes the SDK activity according to the number of times of the SDK being applied and called.
Optionally, the method further includes: the network server obtains an SDK interface table, wherein the SDK interface table comprises SDK information and interface information of each SDK. Correspondingly, the network server determines that the SDK called by the application is: the network server scans the source file code of the application to acquire an interface called by the application; and the network server searches the SDK interface table according to the interface called by the application and determines the SDK called by the application.
Fig. 2 is a schematic flow chart of an SDK activity analysis method according to another embodiment of the present invention, as shown in fig. 2, optionally, before step 102, the method further includes:
step 102': the network server performs code security check on the source file code of the application, and if the check is passed, step 102 is executed; and if the check is not passed, returning an application release failure response to the user equipment.
Fig. 3 is a schematic flow chart of an SDK activity analysis method according to still another embodiment of the present invention, as shown in fig. 3, optionally, before step 102, the method further includes:
step 102': the network server adopts a compiler to compile a source file code of the application, and executes step 102 after successful compilation; and if the compiling fails, returning an application release failure response to the user equipment.
It should be noted that the step 102' of performing security check and the step 102 ″ of performing remote compilation result check may also coexist in the method flow, and at this time, the step 102 is executed after the source file code passes code security check and the application source file code is successfully compiled. The application passing the audit can be operated on line.
Generally, a user (developer) logs in an SDK download portal, selects an SDK required for application development to download, and downloads the SDK to a local area, so that the application can be developed based on the SDK. In the application development process, continuous debugging and modification are needed, and the compiling of the application system after each modification needs to be carried out by calling a local compiling environment. Therefore, optionally, the method further comprises: and when a user debugs a local application on user equipment, the user equipment and the network server carry out compiler version synchronization.
The method belongs to test type application for application in development and debugging stages. The test-type application should have access to a network server for real-world testing. For test-type applications, however, the web server may limit the resources available to the application and/or limit the maximum number of tests of the application, e.g., the web server may stop the application when the number of executions of the application exceeds the maximum number of tests corresponding to the application. The specific implementation mode can be as follows: the network server receives an application test request from a user terminal, wherein the application test request at least carries application information to be tested; and the network server tests the application to be tested according to preset test resources and/or test times.
In the present invention, the network server may be one server or a combination of a plurality of servers.
The embodiment of the present invention further provides a network server accordingly, as shown in fig. 4, the network server includes: the system comprises a receiving module, an SDK determining module and an analyzing module; wherein,
the receiving module is used for receiving an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
the SDK determining module is used for determining the SDK called by the application according to the source file code of the application received by the receiving module;
and the analysis module is used for analyzing the SDK activity according to the number of times of the SDK being applied and called.
Fig. 5 is a schematic structural diagram of a network server according to another embodiment of the present invention, as shown in fig. 5, the network server further includes an SDK interface table obtaining module,
the SDK interface table acquisition module is used for acquiring an SDK interface table, and the SDK interface table comprises SDK information and interface information of each SDK; generally, the SDK interface table obtaining module scans and analyzes an SDK packet at the server side, and generates an SDK interface table. The core of the SDK is an API development kit that provides external interface calls, in addition to development documents, usage paradigms, and other auxiliary development data. Taking C language as an example, the API development kit of the SDK includes a header file, a lib library, and a dynamic dll. The header file and the lib library are used for calling the application of the SDK to perform static system compiling, and the dynamic dll is used for calling a system dynamic interface. The SDK interface table can comprise a header file area and a lib library area, and is used for recording a static calling interface exposed to the outside by the SDK. As shown in fig. 6, in order to generate the SDK interface table, the SDK interface table obtaining module needs to scan the files of the SDK and extract the file name parts of all header files in the SDK to generate the header file area records in the SDK interface table. And simultaneously scanning the file name parts of all the lib libraries in the SDK to generate lib library records in the SDK interface table.
The SDK determining module is specifically configured to scan a source file code of the application to obtain an interface called by the application; and then, searching the SDK interface table obtained by the SDK interface table obtaining module according to the interface called by the application, and determining the SDK called by the application. Taking C language as an example, after the SDK determining module scans the source file code of the application, all header files and lib libraries used by the application may be extracted according to a scanning result and stored in the application temporary information table, in the embodiment, a generation process of an application temporary information table is shown in fig. 7, then, the SDK called by the application is determined by comparing the application temporary information table with the SDK interface table, an SDK call table of the application is generated, in the process of generating the SDK call table, and only when a certain header file (e.g., filename.h in the following table) and a certain lib library (e.g., lfilen.lib in the following table) of the application temporary information table simultaneously correspond to an interface of a certain SDK in the SDK interface table, the SDK information is recorded in the SDK call table. Example a generation process of an SDK call table is shown in fig. 8.
Correspondingly, the analysis module can analyze according to the SDK call table of each application to generate an SDK activity statistical table, and then perform statistical analysis on the SDK activity. Specifically, the called conditions of the SDKs are counted according to the SDK call tables of all applications to generate an SDK called record table, and the SDKs are sorted according to the call times fields of the SDK called condition table to generate an SDK activity statistical table. Based on the SDK activity statistical table, the activity of the SDK may be further analyzed in cooperation with other strategies, and a process of generating the SDK activity statistical table according to an embodiment of the present invention is shown in fig. 9.
Fig. 10 is a schematic structural diagram of a network server according to still another embodiment of the present invention, as shown in fig. 10, the network server further includes a code security check module,
the code security check module is used for carrying out code security check on the source file code of the application received by the receiving module, and if the check is passed, the SDK determining module is informed to determine the SDK called by the application; and if the check is not passed, returning an application release failure response to the user equipment. The module can integrate the existing code security check tool, generally, the code security check mainly adopts the static code scanning technology of software application security to scan the application source file submitted by a developer, and the security of the application code is confirmed by combining the code security check module. And for the application with the detected code security vulnerability, the verification is not passed, and the developer is informed of the reason of the verification failure.
Fig. 11 is a schematic structural diagram of a network server according to still another embodiment of the present invention, as shown in fig. 11, the network server further includes a compiling module,
the compiling module is used for compiling the source file code of the application received by the receiving module by adopting a compiler, and if the compiling is successful, the SDK determining module is informed to determine the SDK called by the application; and if the compiling fails, returning an application release failure response to the user equipment. Here, the compiling module compiles a source file code of an application submitted by a developer through user equipment through a compiler at a network server side, and if the source file code can be compiled into an application executable file, the compiling is successful; and if the compilation is wrong, rejecting the release request of the application and informing the developer of the compilation error information.
In order to ensure that the compiler locally adopted by the developer is consistent with the compiler version used by the application release server, optionally, the compiling module is further configured to synchronize the compiler version with the user equipment when the user equipment debugs the local application.
Fig. 12 is a schematic structural diagram of a network server according to still another embodiment of the present invention, as shown in fig. 12, the network server further includes an application test module,
the receiving module is further configured to receive an application test request from a user terminal, where the application test request at least carries application information to be tested;
and the test module is used for testing the application to be tested according to preset test resources and/or test times.
The embodiment of the invention also correspondingly provides an SDK liveness analysis system, which comprises user equipment and a network server; wherein,
the user equipment is used for sending an application issuing request to the network server according to user operation, wherein the application issuing request at least carries a source file code of an application to be issued;
the network server is the network server.
Optionally, the user equipment is further configured to perform compiler version synchronization with the network server when the user debugs the local application.
Optionally, the user equipment is further configured to send an application test request to a network server according to a user operation, where the application test request at least carries application information to be tested;
and the network server is also used for testing the application to be tested according to preset testing resources and/or testing times.
In the invention, the network server determines the SDK called by the application, so that the real situation of the application using the SDK can be reflected, and the SDK is used as the basis for analyzing the activity of the SDK and is more objective and real.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention.

Claims (15)

1. An SDK activity analysis method, comprising:
the method comprises the steps that a network server receives an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
the network server determines a Software Development Kit (SDK) called by the application according to the source file code of the application;
and the network server analyzes the SDK activity according to the number of times of the SDK being applied and called.
2. The method of claim 1, further comprising: the network server acquires an SDK interface table, wherein the SDK interface table comprises SDK information and interface information of each SDK;
the network server determines that the SDK called by the application is as follows according to the source file code of the application:
the network server scans the source file code of the application to acquire an interface called by the application;
and the network server searches the SDK interface table according to the interface called by the application and determines the SDK called by the application.
3. The method of claim 1, wherein the web server determines the SDK of the application call before it is invoked from a source file code of the application, the method further comprising:
the network server carries out code security check on the source file code of the application, and if the check is passed, the subsequent flow is executed; and if the check is not passed, returning an application release failure response to the user equipment.
4. The method of claim 1, wherein the web server determines the SDK of the application call before it is invoked from a source file code of the application, the method further comprising:
the network server adopts a compiler to compile the source file code of the application, the compilation is successful, and the subsequent flow is executed; and if the compiling fails, returning an application release failure response to the user equipment.
5. The method of claim 4, further comprising:
and when a user debugs a local application on user equipment, the user equipment and the network server carry out compiler version synchronization.
6. The method of any one of claims 1 to 5, further comprising:
the network server receives an application test request from a user terminal, wherein the application test request at least carries application information to be tested;
and the network server tests the application to be tested according to preset test resources and/or test times.
7. A network server, comprising: the system comprises a receiving module, an SDK determining module and an analyzing module; wherein,
the receiving module is used for receiving an application issuing request from a user terminal, wherein the application issuing request at least carries a source file code of an application to be issued;
the SDK determining module is used for determining the SDK called by the application according to the source file code of the application received by the receiving module;
and the analysis module is used for analyzing the SDK activity according to the number of times of the SDK being applied and called.
8. The network server of claim 7, further comprising an SDK interface table acquisition module,
the SDK interface table acquisition module is used for acquiring an SDK interface table, and the SDK interface table comprises SDK information and interface information of each SDK;
the SDK determining module is specifically configured to scan a source file code of the application to obtain an interface called by the application; and then, searching the SDK interface table obtained by the SDK interface table obtaining module according to the interface called by the application, and determining the SDK called by the application.
9. The network server of claim 7, wherein the network server further comprises a code security check module,
the code security check module is used for carrying out code security check on the source file code of the application received by the receiving module, and if the check is passed, the SDK determining module is informed to determine the SDK called by the application; and if the check is not passed, returning an application release failure response to the user equipment.
10. The network server of claim 7, wherein the network server further comprises a compiling module,
the compiling module is used for compiling the source file code of the application received by the receiving module by adopting a compiler, and if the compiling is successful, the SDK determining module is informed to determine the SDK called by the application; and if the compiling fails, returning an application release failure response to the user equipment.
11. The network server of claim 10,
the compiling module is further configured to perform compiler version synchronization with the user equipment when the user equipment debugs the local application.
12. The network server according to any of claims 7 to 11, characterized in that the network server further comprises an application test module,
the receiving module is further configured to receive an application test request from a user terminal, where the application test request at least carries application information to be tested;
and the test module is used for testing the application to be tested according to preset test resources and/or test times.
13. An SDK liveness analysis system, comprising a user device and a network server; wherein,
the user equipment is used for sending an application issuing request to the network server according to user operation, wherein the application issuing request at least carries a source file code of an application to be issued;
the network server according to any one of claims 7 to 10.
14. The system of claim 13,
the user equipment is also used for performing compiler version synchronization with the network server when a user debugs a local application.
15. The system of claim 13 or 14,
the user equipment is also used for sending an application test request to the network server according to user operation, wherein the application test request at least carries application information to be tested;
and the network server is also used for testing the application to be tested according to preset testing resources and/or testing times.
CN201210468557.9A 2012-11-19 2012-11-19 SDK (software development kit) activeness analyzing method, network server and system Active CN103823665B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210468557.9A CN103823665B (en) 2012-11-19 2012-11-19 SDK (software development kit) activeness analyzing method, network server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210468557.9A CN103823665B (en) 2012-11-19 2012-11-19 SDK (software development kit) activeness analyzing method, network server and system

Publications (2)

Publication Number Publication Date
CN103823665A true CN103823665A (en) 2014-05-28
CN103823665B CN103823665B (en) 2017-02-22

Family

ID=50758752

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210468557.9A Active CN103823665B (en) 2012-11-19 2012-11-19 SDK (software development kit) activeness analyzing method, network server and system

Country Status (1)

Country Link
CN (1) CN103823665B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572126A (en) * 2015-10-08 2017-04-19 平安科技(深圳)有限公司 Method for calculating number of active devices, and server
CN106934009A (en) * 2017-03-09 2017-07-07 腾云天宇科技(北京)有限公司 One kind application arrangement method, device and computing device
CN108037989A (en) * 2017-12-15 2018-05-15 北京小米移动软件有限公司 SDK component identification methods and device
CN108667505A (en) * 2018-04-20 2018-10-16 广州亿航智能技术有限公司 The data processing method and computer readable storage medium of UAV Communication link
CN108809405A (en) * 2018-04-20 2018-11-13 广州亿航智能技术有限公司 For the communication means of unmanned plane, server, storage medium and computer equipment
CN110727716A (en) * 2019-10-24 2020-01-24 北京智游网安科技有限公司 Identification method for integrated SDK in application, intelligent terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060012822A (en) * 2004-08-04 2006-02-09 에스케이 텔레콤주식회사 Method and system for restricting using of application program interface on wireless internet platform
CN1848129A (en) * 2005-04-05 2006-10-18 株式会社Ntt都科摩 Application program verification system, application program verification method and computer program
US20070288897A1 (en) * 2006-05-25 2007-12-13 Branda Steven J Multiplatform API usage tool
US20100023926A1 (en) * 2008-07-23 2010-01-28 International Business Machines Corporation Call graph dependency extraction by static source code analysis
WO2011041175A1 (en) * 2009-09-30 2011-04-07 Zynga Game Network Inc. Apparatuses, methods and systems for an api call abstractor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060012822A (en) * 2004-08-04 2006-02-09 에스케이 텔레콤주식회사 Method and system for restricting using of application program interface on wireless internet platform
CN1848129A (en) * 2005-04-05 2006-10-18 株式会社Ntt都科摩 Application program verification system, application program verification method and computer program
US20070288897A1 (en) * 2006-05-25 2007-12-13 Branda Steven J Multiplatform API usage tool
US20100023926A1 (en) * 2008-07-23 2010-01-28 International Business Machines Corporation Call graph dependency extraction by static source code analysis
WO2011041175A1 (en) * 2009-09-30 2011-04-07 Zynga Game Network Inc. Apparatuses, methods and systems for an api call abstractor

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572126A (en) * 2015-10-08 2017-04-19 平安科技(深圳)有限公司 Method for calculating number of active devices, and server
CN106572126B (en) * 2015-10-08 2020-06-30 平安科技(深圳)有限公司 Active equipment number calculation method and server
CN106934009A (en) * 2017-03-09 2017-07-07 腾云天宇科技(北京)有限公司 One kind application arrangement method, device and computing device
CN106934009B (en) * 2017-03-09 2019-11-12 腾云天宇科技(北京)有限公司 A kind of application arrangement method, device and calculate equipment
CN108037989A (en) * 2017-12-15 2018-05-15 北京小米移动软件有限公司 SDK component identification methods and device
CN108037989B (en) * 2017-12-15 2021-11-30 北京小米移动软件有限公司 SDK component identification method and device
CN108667505A (en) * 2018-04-20 2018-10-16 广州亿航智能技术有限公司 The data processing method and computer readable storage medium of UAV Communication link
CN108809405A (en) * 2018-04-20 2018-11-13 广州亿航智能技术有限公司 For the communication means of unmanned plane, server, storage medium and computer equipment
CN108809405B (en) * 2018-04-20 2023-02-14 广州亿航智能技术有限公司 Communication method, server, storage medium and computer equipment for unmanned aerial vehicle
CN110727716A (en) * 2019-10-24 2020-01-24 北京智游网安科技有限公司 Identification method for integrated SDK in application, intelligent terminal and storage medium
CN110727716B (en) * 2019-10-24 2022-04-22 北京智游网安科技有限公司 Identification method for integrated SDK in application, intelligent terminal and storage medium

Also Published As

Publication number Publication date
CN103823665B (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN103823665B (en) SDK (software development kit) activeness analyzing method, network server and system
CN108595329B (en) Application testing method and device and computer storage medium
Chen et al. An automated approach to estimating code coverage measures via execution logs
Jin et al. Bugredux: Reproducing field failures for in-house debugging
CN105094783B (en) method and device for testing stability of android application
CN103577324B (en) Static detection method for privacy information disclosure in mobile applications
US7908590B1 (en) System and method for automatically creating test cases through a remote client
CN111045944A (en) Regression testing method, device and system and computer readable storage medium
Zhang et al. Ripple: Reflection analysis for android apps in incomplete information environments
CN110134583B (en) Software testing and data processing method and device
CN110309055A (en) Black-box Testing method, apparatus, terminal and storage medium based on Java Virtual Machine
CN109783284A (en) Information acquisition method, system and server, computer readable storage medium
CN111008151B (en) Program scanning method, terminal device and computer readable storage medium
CN112579437A (en) Program operation process conformance verification method
Peng et al. Cat: Change-focused android gui testing
Mahmud et al. Api change impact analysis for android apps
CN108897588B (en) Routing method and routing device for communication between modules
CN112579440B (en) Determination method and device for virtual test dependent object
Riganelli et al. From source code to test cases: A comprehensive benchmark for resource leak detection in Android apps
Jahangirova et al. An empirical study on failed error propagation in Java programs with real faults
CN115391233A (en) Accurate test method based on coverage rate analysis and link tracking
Zhang et al. Automatic construction of accurate application call graph with library call abstraction for Java
CN110362463A (en) A kind of method and apparatus selected test case automatically and carry out regression test
CN114676436A (en) Android application multimedia analysis library vulnerability mining system and method based on structural variation
CN113032254A (en) Evaluation method and device for test coverage condition

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant