CN113111012A - Application data locator generation method and application data locating method - Google Patents

Application data locator generation method and application data locating method Download PDF

Info

Publication number
CN113111012A
CN113111012A CN202110400528.8A CN202110400528A CN113111012A CN 113111012 A CN113111012 A CN 113111012A CN 202110400528 A CN202110400528 A CN 202110400528A CN 113111012 A CN113111012 A CN 113111012A
Authority
CN
China
Prior art keywords
data
application data
memory
target application
target
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
CN202110400528.8A
Other languages
Chinese (zh)
Other versions
CN113111012B (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.)
Jingdezhen Mingtai Jinggong Porcelain Co ltd
Original Assignee
Jingdezhen Mingtai Jinggong Porcelain 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 Jingdezhen Mingtai Jinggong Porcelain Co ltd filed Critical Jingdezhen Mingtai Jinggong Porcelain Co ltd
Priority to CN202110400528.8A priority Critical patent/CN113111012B/en
Publication of CN113111012A publication Critical patent/CN113111012A/en
Application granted granted Critical
Publication of CN113111012B publication Critical patent/CN113111012B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0646Configuration or reconfiguration
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The application provides an application data locator generation method and an application data locating method, wherein the application data locator generation method comprises the following steps: modifying a plurality of application data of a target application; monitoring the data change condition of each memory address of the target application; screening a memory base address of the target application according to the data change condition under each memory address; modifying target application data of the target application to determine a target memory address corresponding to the target application data; and generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address. The application data locator generation method provided by the technical scheme can automatically generate the data locator for the current application, can directly locate the target memory address corresponding to the target application data by using the data locator, and lays a foundation for improving the data application data location efficiency.

Description

Application data locator generation method and application data locating method
Technical Field
The present application relates to the field of computer application technologies, and in particular, to an application data locator generation method and an application data locating method.
Background
Currently, native applications are rapidly evolving with a number of advantages. The local applications include applications for various productivity software, among others. The local application allows the user to adjust the application parameters autonomously in order to adapt to the usage habits of different users.
In the prior art, when a user needs to customize application parameters of a local application program, a memory address corresponding to a target application parameter needs to be manually screened, so that the operation process is complicated, errors are easy to occur, namely, the positioning efficiency of data application data is low, and the parameter adjustment efficiency is not favorably ensured.
Disclosure of Invention
The application provides an application data locator generation method and an application data locating method, and aims to overcome the defects that in the prior art, the application data locating efficiency is low and the like.
A first aspect of the present application provides an application data locator generating method, including:
modifying a plurality of application data of a target application;
monitoring the data change condition of each memory address of the target application;
screening the memory base address of the target application according to the data change condition under each memory address;
modifying target application data of the target application to determine a target memory address corresponding to the target application data;
and generating a data locator corresponding to the target application data according to the offset address between the memory base address and the target memory address.
Optionally, the screening the base memory address of the target application according to the data change condition at each memory address includes:
screening the memory addresses to be selected with changed data according to the data change condition of each memory address;
judging whether each to-be-selected memory address is a memory base address or not according to the attribute information of each to-be-selected memory address;
and when the memory addresses to be selected are not the memory base addresses, returning to the step of modifying the plurality of application data of the target application.
Optionally, after generating the data locator corresponding to the target application data, the method further includes:
and storing the data locator to a server.
Optionally, the generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target storage address includes:
and establishing an incidence relation between the memory base address and the offset address and the target application data to obtain data locator information corresponding to the target application data.
A second aspect of the present application provides an application data positioning method, including:
acquiring memory base address information of a target application and a data locator obtained based on the application data locator generation method according to the first aspect and various possible designs of the first aspect;
and determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
Optionally, the determining, by using the data locator, a target memory address corresponding to target application data according to the memory base address information includes:
acquiring target application data attribute information input by a user;
and determining a target memory address corresponding to the target application data according to the target application data attribute information and the memory base address information.
A third aspect of the present application provides an application data locator generating apparatus, including:
the first modification module is used for modifying a plurality of application data of the target application;
the monitoring module is used for monitoring the data change condition of each memory address of the target application;
the screening module is used for screening the memory base address of the target application according to the data change condition under each memory address;
the determining module is used for modifying target application data of the target application so as to determine a target memory address corresponding to the target application data;
and the generating module is used for generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address.
Optionally, the screening module is specifically configured to:
screening the memory addresses to be selected with changed data according to the data change condition of each memory address;
judging whether each to-be-selected memory address is a memory base address or not according to the attribute information of each to-be-selected memory address;
and when the memory addresses to be selected are not the memory base addresses, returning to the step of modifying the plurality of application data of the target application.
Optionally, the apparatus further comprises:
and the storage module is used for storing the data locator to a server side.
Optionally, the generating module is specifically configured to:
and establishing an incidence relation between the memory base address and the offset address and the target application data to obtain data locator information corresponding to the target application data.
A fourth aspect of the present application provides an application data positioning apparatus, including:
an obtaining module, configured to obtain memory base address information of a target application and a data locator obtained by the application data locator generating device based on various possible designs of the third aspect and the third aspect;
and the second modification module is used for determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
Optionally, the second modifying module is specifically configured to:
acquiring target application data attribute information input by a user;
and determining a target memory address corresponding to the target application data according to the target application data attribute information and the memory base address information.
A fifth aspect of the present application provides an electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executes computer-executable instructions stored by the memory to cause the at least one processor to perform the method as set forth in the first aspect and various possible designs of the first aspect or the method as set forth in the second aspect and various possible designs of the second aspect.
A fourth aspect of the present application provides a computer-readable storage medium having stored thereon computer-executable instructions that, when executed by a processor, perform a method as set forth in the first aspect and various possible designs of the first aspect or the second aspect and various possible designs of the second aspect.
This application technical scheme has following advantage:
according to the application data locator generation method, a plurality of application data of the target application are modified; monitoring the data change condition of each memory address of the target application; screening a memory base address of the target application according to the data change condition under each memory address; modifying target application data of the target application to determine a target memory address corresponding to the target application data; and generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address. The application data locator generation method provided by the technical scheme can automatically generate the data locator for the current application, can directly locate the target memory address corresponding to the target application data by using the data locator, and lays a foundation for improving the data application data location efficiency.
According to the application data positioning method, the memory base address information of the target application and the data positioner obtained by the application data positioner generating method are obtained; and determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator. The application data positioning method provided by the scheme can directly position the target memory address corresponding to the target application data, improves the efficiency of positioning the application data, and lays a foundation for improving the efficiency of parameter adjustment.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art according to these drawings.
FIG. 1 is a schematic structural diagram of an application data locator generating system according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of an application data positioning system according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a method for generating an application data locator according to an embodiment of the present application;
fig. 4 is a schematic flowchart of an application data positioning method according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an application data locator generating device according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an application data positioning apparatus according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Furthermore, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. In the description of the following examples, "plurality" means two or more unless specifically limited otherwise.
In the prior art, when a user needs to customize application parameters of a local application program, a memory address corresponding to a target application parameter needs to be manually screened, so that the operation process is complicated, errors are easy to occur, namely, the positioning efficiency of data application data is low, and the parameter adjustment efficiency is not favorably ensured.
In view of the above problems, the application data locator generation method provided in the embodiment of the present application modifies a plurality of application data of a target application; monitoring the data change condition of each memory address of the target application; screening a memory base address of the target application according to the data change condition under each memory address; modifying target application data of the target application to determine a target memory address corresponding to the target application data; and generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address. The application data locator generation method provided by the technical scheme can automatically generate the data locator for the current application, can directly locate the target memory address corresponding to the target application data by using the data locator, and lays a foundation for improving the data application data location efficiency.
In addition, the application data positioning method provided by the embodiment of the application obtains the memory base address information of the target application and the data positioner obtained by the application data positioner generating method; and determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator. The application data positioning method provided by the scheme can directly position the target memory address corresponding to the target application data, improves the efficiency of positioning the application data, and lays a foundation for improving the efficiency of parameter adjustment.
The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
First, a configuration of an application data locator generating system based on the present application will be described:
the application data locator generation method provided by the embodiment of the application is suitable for generating the data locator used for locating the application data. Fig. 1 is a schematic structural diagram of an application data locator generating system according to an embodiment of the present application, and mainly includes an application data locator generating device for generating a data locator, a client, and a server. Wherein, the application data locator generating device can be deployed at the client. Specifically, an application data locator generating device is used for generating a data locator of a target application in the client side, and the data locator is stored to the server side.
Next, a structure of an application data positioning system based on the present application will be described:
the application data positioning method provided by the embodiment of the application data positioning method is suitable for positioning target application data. Fig. 2 is a schematic structural diagram of an application data positioning system based on the embodiment of the present application, which mainly includes an application data positioning apparatus for positioning target application data, a client, and a server. Wherein, the application data positioning device can be deployed at the client. Specifically, when the target application data in the client needs to be located, the application data locating device obtains a data locator pre-stored in the server, and locates the target application data in the client by using the obtained data locator.
The embodiment of the application provides an application data locator generation method, which is used for generating a data locator capable of modifying application data. The execution subject of the embodiment of the present application is an electronic device, such as a server, a desktop computer, a notebook computer, a tablet computer, and other electronic devices that can be used to generate a data locator.
As shown in fig. 3, a schematic flowchart of a method for generating an application data locator according to an embodiment of the present application is provided, where the method includes:
step 301, modifying a plurality of application data of the target application.
Specifically, a process address (run address) of a target application is first located at a client, and then an operation that may generate a data change is performed thereon.
Step 302, monitoring the data change condition of each memory address of the target application.
It should be noted that each item of application data in the target application corresponds to one memory address, and when some item of application data in the application interface changes, data (numerical value) at the corresponding memory address also changes correspondingly.
Step 303, the base memory address of the target application is screened according to the data change condition of each memory address.
It should be noted that each application deployed in the client corresponds to one memory base address.
Specifically, a plurality of application data of the target application are modified to screen the memory address corresponding to the changed application data, that is, to obtain a plurality of memory addresses corresponding to the target application.
Specifically, in an embodiment, the to-be-selected memory address with data change is screened according to the data change condition under each memory address; judging whether each to-be-selected memory address is a memory base address or not according to the attribute information of each to-be-selected memory address; and when the memory addresses to be selected are not the memory base addresses, returning to the step of modifying the plurality of application data of the target application.
On the contrary, when it is determined that a certain to-be-selected memory address is a memory base address, the following steps are executed.
It should be noted that the base memory address can be understood as a starting storage unit in the storage space occupied by the target application.
Specifically, it may be assumed that any memory address to be selected is a memory base address, and then, according to the attribute information of the memory address to be selected, it is determined whether the memory address meets the application standard of the memory base address, and if the memory address meets the application standard of the memory address, it is determined that the memory address is the memory base address. If not, determining that the address is not the memory base address. The application standard of the memory base address may be specifically determined according to an actual operating environment of the target application, and the embodiment of the present application is not limited.
In addition, a person skilled in the art may also refer to other existing technologies to determine whether each to-be-selected memory address is a memory base address, and a specific determination process is not limited in this embodiment.
Step 304, modify the target application data of the target application to determine the target memory address corresponding to the target application data.
For the specific process of determining the target memory address, reference may be made to the foregoing embodiments, which are not described herein again.
Step 305, generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address.
In order to adapt the data locator to various application data, the above step 304 and step 305 may be repeated to obtain the offset address between the memory address and the memory base address corresponding to the various application data, so that the data locator may locate the memory address corresponding to any application data according to the offset address and the memory base address corresponding to any application data in the subsequent application process.
Furthermore, the effect of updating the application data can be achieved by modifying the data under the memory address, and the effect of adjusting the target application performance can be further achieved.
Specifically, in an embodiment, an association relationship between the base address and the offset address of the memory and the target application data may be established to obtain data locator information corresponding to the target application data.
It should be noted that the data locator information is specifically an execution basis of the data locator. The data locator determines the target memory address by coupling the base memory address and the offset address, given the base memory address and the offset address.
Specifically, the memory base address may be associated with the target application information, and the offset address may be associated with the target application data, so that the data locator may determine the memory base address according to the target application information corresponding to the target application data, and determine the offset address according to the target application data in the execution process. And combining the two to obtain a target memory address corresponding to the target application data.
Specifically, in an embodiment, in order to implement data locator sharing, after generating a data locator corresponding to target application data, the data locator may be stored to the server.
It should be noted that, after the memory base address of the target application is obtained, the memory base address information may also be stored to the server.
Specifically, in the case that the memory base address information can be directly obtained from the server, step 304-.
According to the application data locator generating method provided by the embodiment of the application, a plurality of application data of the target application are modified; monitoring the data change condition of each memory address of the target application; screening a memory base address of the target application according to the data change condition under each memory address; modifying target application data of the target application to determine a target memory address corresponding to the target application data; and generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address. The application data locator generation method provided by the technical scheme can automatically generate the data locator for the current application, can directly locate the target memory address corresponding to the target application data by using the data locator, and lays a foundation for improving the data application data location efficiency.
The embodiment of the application data positioning method is used for positioning target application data. The execution subject of the embodiment of the present application is an electronic device, such as a server, a desktop computer, a notebook computer, a tablet computer, and other electronic devices that can be used to locate target application data.
As shown in fig. 4, a schematic flow chart of an application data positioning method provided in the embodiment of the present application is shown, where the method includes:
step 401, obtaining the memory base address information of the target application and the data locator obtained by the application data locator generating method provided in the foregoing embodiment.
Specifically, when the memory base address information and the data locator of the target application are stored in the server, the memory base address information of the target application in the server and the data locator corresponding to the memory base address information can be acquired.
Step 402, determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
Specifically, in one embodiment, target application data attribute information input by a user is acquired; and determining a target memory address corresponding to the target application data according to the target application data attribute information and the memory base address information.
Furthermore, the data under the target memory address can be modified according to the target application data modification requirement input by the user.
It should be noted that, the user may modify the requirement and the target application data attribute information based on the client input data. The target application data may specifically be a loading speed, etc.
Specifically, in the case where the attribute information of the target application data is known, it is also determined which application data the target application data is specifically. Further, according to the offset address of the target application data and the base memory address of the target application, the target memory address of the target application data is determined, and then the data at the target memory address is modified (for example, the value is modified to 100%). The method can greatly reduce the time of analyzing the user data address, thereby helping the user to quickly correct the data (target application data) influencing the use.
In the application data positioning method provided by the embodiment of the application, the data locator is obtained by obtaining the memory base address information of the target application and the application data locator generating method provided by the embodiment; and determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator. The application data positioning method provided by the scheme can directly position the target memory address corresponding to the target application data, improves the efficiency of positioning the application data, and lays a foundation for improving the efficiency of parameter adjustment.
The embodiment of the application provides an application data locator generating device, which is used for executing the application data locator generating method provided by the embodiment.
Fig. 5 is a schematic structural diagram of an application data locator generating device according to an embodiment of the present application. The application data locator generating device 50 includes a first modification module 501, a monitoring module 502, a screening module 503, a determination module 504, and a generation module 505.
The first modification module is used for modifying a plurality of application data of the target application; the monitoring module is used for monitoring the data change condition of each memory address of the target application; the screening module is used for screening the memory base address of the target application according to the data change condition under each memory address; the determining module is used for modifying target application data of the target application so as to determine a target memory address corresponding to the target application data; and the generating module is used for generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address.
Specifically, in an embodiment, the screening module is specifically configured to:
screening the memory addresses to be selected with changed data according to the data change condition of each memory address;
judging whether each to-be-selected memory address is a memory base address or not according to the attribute information of each to-be-selected memory address;
and when the memory addresses to be selected are not the memory base addresses, returning to the step of modifying the plurality of application data of the target application.
Specifically, in one embodiment, the apparatus further comprises:
and the storage module is used for storing the data locator to the server side.
Specifically, in an embodiment, the generating module is specifically configured to:
and establishing an incidence relation between the memory base address and the offset address and the target application data to obtain data locator information corresponding to the target application data.
With regard to the application data locator generating device in the present embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the application data locator generating method, and will not be elaborated here.
The application data locator generating device provided in the embodiment of the present application is configured to execute the application data locator generating method provided in the foregoing embodiment, and an implementation manner of the application data locator generating device is the same as a principle, and is not described again.
The embodiment of the application provides an application data positioning device, which is used for executing the application data positioning method provided by the embodiment.
Fig. 6 is a schematic structural diagram of an application data positioning apparatus according to an embodiment of the present application. The application data positioning device 60 comprises an obtaining module 601 and a second modifying module 602.
The acquisition module is used for acquiring the memory base address information of the target application and the data locator obtained by the application data locator generation method provided by the embodiment; and the second modification module is used for determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
Specifically, in an embodiment, the second modification module is specifically configured to:
acquiring target application data attribute information input by a user;
and determining a target memory address corresponding to the target application data according to the target application data attribute information and the memory base address information.
With regard to the application data positioning apparatus in the present embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the application data positioning method, and will not be elaborated here.
The application data positioning apparatus provided in the embodiment of the present application is configured to execute the application data positioning method provided in the foregoing embodiment, and an implementation manner and a principle thereof are the same and are not described again.
The embodiment of the present application provides an electronic device, configured to execute the application data locator generating method or the application data locating method provided in the foregoing embodiment.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. The electronic device 70 includes: at least one processor 71 and memory 72;
the memory stores computer-executable instructions; the at least one processor executes the memory-stored computer-executable instructions to cause the at least one processor to perform the application data locator generation method or the application data locating method provided by the above embodiments.
An electronic device provided in an embodiment of the present application is configured to execute the application data locator generating method or the application data locating method provided in the foregoing embodiment, and an implementation manner of the electronic device is the same as a principle, and is not described again.
An embodiment of the present application provides a computer-readable storage medium, where a computer executing instruction is stored in the computer-readable storage medium, and when a processor executes the computer executing instruction, the application data locator generating method or the application data locating method provided in any of the above embodiments is implemented.
The storage medium including the computer-executable instructions of the embodiments of the present application may be used to store the computer-executable instructions of the application data locator generating method or the application data locating method provided in the foregoing embodiments, and an implementation manner thereof is the same as the principle and is not described again.
It is obvious to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working process of the device described above, reference may be made to the corresponding process in the foregoing method embodiment, which is not described herein again.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present application.

Claims (10)

1. An application data locator generation method, comprising:
modifying a plurality of application data of a target application;
monitoring the data change condition of each memory address of the target application;
screening the memory base address of the target application according to the data change condition under each memory address;
modifying target application data of the target application to determine a target memory address corresponding to the target application data;
and generating a data locator corresponding to the target application data according to the offset address between the memory base address and the target memory address.
2. The method according to claim 1, wherein the screening the base memory address of the target application according to the data change condition at each memory address comprises:
screening the memory addresses to be selected with changed data according to the data change condition of each memory address;
judging whether each to-be-selected memory address is a memory base address or not according to the attribute information of each to-be-selected memory address;
and when the memory addresses to be selected are not the memory base addresses, returning to the step of modifying the plurality of application data of the target application.
3. The method of claim 1, wherein after generating the data locator corresponding to the target application data, the method further comprises:
and storing the data locator to a server.
4. The method of claim 1, wherein generating the data locator corresponding to the target application data according to the offset address between the base memory address and the target storage address comprises:
and establishing an incidence relation between the memory base address and the offset address and the target application data to obtain data locator information corresponding to the target application data.
5. An application data positioning method, comprising:
acquiring memory base address information of a target application and a data locator obtained based on the application data locator generating method of claim 1;
and determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
6. The method of claim 5, wherein determining, by the data locator, the target memory address corresponding to the target application data according to the memory base address information comprises:
acquiring target application data attribute information input by a user;
and determining a target memory address corresponding to the target application data according to the target application data attribute information and the memory base address information.
7. An application data locator generating device, comprising:
the first modification module is used for modifying a plurality of application data of the target application;
the monitoring module is used for monitoring the data change condition of each memory address of the target application;
the screening module is used for screening the memory base address of the target application according to the data change condition under each memory address;
the determining module is used for modifying target application data of the target application so as to determine a target memory address corresponding to the target application data;
and the generating module is used for generating a data locator corresponding to the target application data according to the offset address between the base memory address and the target memory address.
8. An application data positioning apparatus, comprising:
an obtaining module, configured to obtain memory base address information of a target application and a data locator obtained based on the application data locator generation method according to claim 1;
and the second modification module is used for determining a target memory address corresponding to the target application data according to the memory base address information by using the data locator.
9. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of any one of claims 1 to 4 or the method of claim 5 or 6.
10. A computer-readable storage medium having computer-executable instructions stored thereon which, when executed by a processor, implement the method of any one of claims 1 to 4 or the method of claim 5 or 6.
CN202110400528.8A 2021-04-14 2021-04-14 Application data locator generation method and application data locating method Active CN113111012B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110400528.8A CN113111012B (en) 2021-04-14 2021-04-14 Application data locator generation method and application data locating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110400528.8A CN113111012B (en) 2021-04-14 2021-04-14 Application data locator generation method and application data locating method

Publications (2)

Publication Number Publication Date
CN113111012A true CN113111012A (en) 2021-07-13
CN113111012B CN113111012B (en) 2023-07-25

Family

ID=76716774

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110400528.8A Active CN113111012B (en) 2021-04-14 2021-04-14 Application data locator generation method and application data locating method

Country Status (1)

Country Link
CN (1) CN113111012B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060259736A1 (en) * 2005-05-12 2006-11-16 Carver Brian L Apparatus, system, and method for redirecting an instruction pointer to recovery software instructions
CN101246427A (en) * 2007-02-15 2008-08-20 凌阳科技股份有限公司 Method for relocated loading application program and address relocation device
CN101470619A (en) * 2007-12-29 2009-07-01 安凯(广州)软件技术有限公司 Application program dynamic loading method based on microkernel operating system
CN103858100A (en) * 2011-10-03 2014-06-11 国际商业机器公司 Compiling code for enhanced application binary interface (ABI) with decode time instruction optimization
CN106406972A (en) * 2016-11-04 2017-02-15 珠海市杰理科技股份有限公司 Program compiling method and compiler
US20180046578A1 (en) * 2016-08-11 2018-02-15 Futurewei Technologies, Inc. Pattern based preload engine
CN107783913A (en) * 2016-08-31 2018-03-09 华为技术有限公司 A kind of resource access method and computer applied to computer
CN108334515A (en) * 2017-01-20 2018-07-27 阿里巴巴集团控股有限公司 The method, apparatus and system of stack address in file are collapsed in a kind of processing
CN108614763A (en) * 2016-12-09 2018-10-02 武汉斗鱼网络科技有限公司 A kind of adjustment method and device of application
US20190361756A1 (en) * 2017-07-14 2019-11-28 Tencent Technology (Shenzhen) Company Limited Application program control method and apparatus, terminal, and storage medium
CN111177026A (en) * 2019-09-11 2020-05-19 腾讯科技(深圳)有限公司 Method and device for modifying variable memory layout and computer equipment
CN111459671A (en) * 2020-03-30 2020-07-28 深圳市英威腾电源有限公司 Data processing method and device, data exchange server and storage medium
CN111796941A (en) * 2020-07-06 2020-10-20 北京字节跳动网络技术有限公司 Memory management method and device, computer equipment and storage medium
CN112256396A (en) * 2020-10-23 2021-01-22 海光信息技术股份有限公司 Memory management method and system, security processing device and data processing device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060259736A1 (en) * 2005-05-12 2006-11-16 Carver Brian L Apparatus, system, and method for redirecting an instruction pointer to recovery software instructions
CN101246427A (en) * 2007-02-15 2008-08-20 凌阳科技股份有限公司 Method for relocated loading application program and address relocation device
CN101470619A (en) * 2007-12-29 2009-07-01 安凯(广州)软件技术有限公司 Application program dynamic loading method based on microkernel operating system
CN103858100A (en) * 2011-10-03 2014-06-11 国际商业机器公司 Compiling code for enhanced application binary interface (ABI) with decode time instruction optimization
US20180046578A1 (en) * 2016-08-11 2018-02-15 Futurewei Technologies, Inc. Pattern based preload engine
CN107783913A (en) * 2016-08-31 2018-03-09 华为技术有限公司 A kind of resource access method and computer applied to computer
CN106406972A (en) * 2016-11-04 2017-02-15 珠海市杰理科技股份有限公司 Program compiling method and compiler
CN108614763A (en) * 2016-12-09 2018-10-02 武汉斗鱼网络科技有限公司 A kind of adjustment method and device of application
CN108334515A (en) * 2017-01-20 2018-07-27 阿里巴巴集团控股有限公司 The method, apparatus and system of stack address in file are collapsed in a kind of processing
US20190361756A1 (en) * 2017-07-14 2019-11-28 Tencent Technology (Shenzhen) Company Limited Application program control method and apparatus, terminal, and storage medium
CN111177026A (en) * 2019-09-11 2020-05-19 腾讯科技(深圳)有限公司 Method and device for modifying variable memory layout and computer equipment
CN111459671A (en) * 2020-03-30 2020-07-28 深圳市英威腾电源有限公司 Data processing method and device, data exchange server and storage medium
CN111796941A (en) * 2020-07-06 2020-10-20 北京字节跳动网络技术有限公司 Memory management method and device, computer equipment and storage medium
CN112256396A (en) * 2020-10-23 2021-01-22 海光信息技术股份有限公司 Memory management method and system, security processing device and data processing device

Also Published As

Publication number Publication date
CN113111012B (en) 2023-07-25

Similar Documents

Publication Publication Date Title
CN107896162B (en) Deployment method and device of monitoring system, computer equipment and storage medium
CN111078339B (en) Interface element positioning method and device, computer equipment and storage medium
WO2019169723A1 (en) Test case selection method, device and equipment, and computer-readable storage medium
CN109190067B (en) Browser input box display method and device, computer equipment and storage medium
CN106027644B (en) Service verification method and system
CN111125169A (en) Data query method, control device, medium and computer equipment
US20160335079A1 (en) Zero down-time deployment of new application versions
CN107957837B (en) Method and device for generating shortcut of webpage application program and terminal equipment
CN111597110B (en) Page test method and device, electronic equipment and storage medium
CN109905292B (en) Terminal equipment identification method, system and storage medium
CN111414379A (en) Serial number generation method, device, equipment and computer readable storage medium
WO2017146696A1 (en) Application content display at target screen resolutions
EP3842964A2 (en) Display verification method and apparatus for browser, computer device and storage medium
CN110764788A (en) Cloud storage deployment method and device, computer equipment and readable storage medium
CN111857803A (en) Page updating method, device, server and storage medium
CN107102937B (en) User interface testing method and device
CN113111012A (en) Application data locator generation method and application data locating method
CN115437696B (en) Self-adaptive configuration method and device for trusted platform
US20230018802A1 (en) Graphical user interface to configure parameters of an api based on user inputs
CN113485855B (en) Memory sharing method and device, electronic equipment and readable storage medium
CN111737784B (en) Board card type selection configuration method and equipment based on digital three-dimensional ZXMP S385 subframe
CN115004667B (en) Information pushing method, device, electronic equipment and computer readable medium
CN108809763B (en) Network performance parameter acquisition method, terminal device and storage medium
CN115878195A (en) Operating system batch deployment method and device, computer equipment and storage medium
CN113190451A (en) Test method, test device, electronic equipment and storage medium

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