CN105700851A - Method and device for implementing push and pop - Google Patents

Method and device for implementing push and pop Download PDF

Info

Publication number
CN105700851A
CN105700851A CN201610012520.3A CN201610012520A CN105700851A CN 105700851 A CN105700851 A CN 105700851A CN 201610012520 A CN201610012520 A CN 201610012520A CN 105700851 A CN105700851 A CN 105700851A
Authority
CN
China
Prior art keywords
check value
object reference
data
stack
pop down
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
CN201610012520.3A
Other languages
Chinese (zh)
Other versions
CN105700851B (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.)
Datang Microelectronics Technology Co Ltd
Datang Semiconductor Design Co Ltd
Original Assignee
Datang Microelectronics Technology Co Ltd
Datang Semiconductor Design 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 Datang Microelectronics Technology Co Ltd, Datang Semiconductor Design Co Ltd filed Critical Datang Microelectronics Technology Co Ltd
Priority to CN201610012520.3A priority Critical patent/CN105700851B/en
Publication of CN105700851A publication Critical patent/CN105700851A/en
Application granted granted Critical
Publication of CN105700851B publication Critical patent/CN105700851B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory
    • G06F9/30043LOAD or STORE instructions; Clear instruction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements
    • G06F9/3012Organisation of register space, e.g. banked or distributed register file
    • G06F9/30134Register stacks; shift registers

Abstract

The invention discloses a method and a device for implementing push and pop. The method comprises: when a push Reference is received, calculating a first check value according to a first object reference in the push Reference, combining the first check value with the first object reference, and writing the combined data into a stack in sequence; when a pop Reference is received, reading data from the stack according to the principle of first-in last-out, acquiring a second check value and a second object reference from the read data, calculating a third check value according to the acquired second object reference, judging that the calculated third check value and the acquired second check value are the same, and returning the acquired second object reference. According to the scheme, when the pop Reference is received, the second check value is compared with the third check value, and the second object reference is returned when the second check value and the third check value are the same, so that attackers cannot operate the contents of the objects corresponding to the object references by using push short or push int, and the security is improved.

Description

A kind of method and apparatus realizing pop down and bullet stack
Technical field
The present invention relates to stacking, espespecially a kind of method and apparatus realizing pop down and bullet stack。
Background technology
Storehouse is a kind of data structure by data arranged in sequence, is mainly used in the value etc. of parameter value or the local variable depositing function。Data store data by push operation, read data by playing stack operation, it is ensured that the principle first-in last-out of data。
The existing method realizing pop down and bullet stack generally comprises: when receiving pop down instruction pushReference, object reference in pop down instruction pushReference is written in stack according to the order of sequence, when receiving bullet stack instruction popReference, quote according to the reading object from stack of principle first-in last-out。
When receiving pop down instruction pushshort (or pop down instruction pushint), data in pop down instruction pushshort are written in stack according to the order of sequence, when receiving bullet stack instruction popshort (or playing stack instruction popint), from stack, read data according to principle first-in last-out。
Pushshort and popshort is generally employed in pairs, pushReference and popReference is generally employed in pairs, in JAVA virtual machine, the order such as existence _ bspush, _ sspush can be passed through simple process and directly invoke pushshort and carry out pop down, and pushReference and popReference is built-in command, the system of being typically in carries out being used by internal system in the processes such as object transmission or Object Creation。
In the existing method realizing pop down and bullet stack, due to pushshort and pushReference carry out pop down with play stack process identical, therefore, assailant often uses pushshort to replace pushReference to be pressed into some object reference, thus the content of object corresponding to object reference is operated, easily causing the leakage of system data, safety is relatively low。
Summary of the invention
In order to solve the problems referred to above, the present invention proposes a kind of method and apparatus realizing pop down and bullet stack, it is possible to increase safety。
In order to achieve the above object, the present invention proposes a kind of method realizing pop down and bullet stack, including:
When receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;
When receiving bullet stack instruction popReference, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
Preferably, when judging that described 3rd check value and described second check value differ, the method also includes: throw exception。
Preferably, when receiving pop down instruction pushshort or pushint, the method also includes:
Data in pop down instruction pushshort or pushint received are written in described stack according to the order of sequence。
Preferably, described calculate the first check value according to the first object reference in pop down instruction pushReference and include:
Described first object reference carries out step-by-step negate and obtain described first check value;
Described the second object reference according to acquisition calculates the 3rd check value and includes:
Described second object reference carries out step-by-step negate and obtain described 3rd check value。
Preferably, described calculate the first check value according to the first object reference in pop down instruction pushReference and include:
Described first object reference step-by-step and preset value are carried out predetermined registration operation and obtains described first check value;
Described the second object reference according to acquisition calculates the 3rd check value and includes:
Described second object reference step-by-step and preset value are carried out predetermined registration operation and obtains described 3rd check value。
Preferably,
Described first check value and the first object reference are merged and include: before or after described first check value is placed in described first object reference;
Described the second check value obtained in the data read and the second object reference include:
The front M position of the data obtaining described reading obtains described second check value, and the rear N position of the data obtaining described reading obtains described second object reference;Or,
The rear M position of the data obtaining described reading obtains described second check value, and the top N obtaining the data of described reading obtains described second object reference;
Wherein, M is the figure place of described second check value, and N is the figure place of described second object reference。
The invention allows for a kind of device realizing pop down and playing stack, at least include:
Receiver module, when being used for receiving pop down instruction pushReference, sends pop down instruction pushReference to processing module;When receiving bullet stack instruction popReference, send a notification message to processing module;
Processing module, for receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
Preferably, described processing module is additionally operable to:
Judge that described 3rd check value and described second check value differ, throw exception。
Preferably, described receiver module is additionally operable to:
When receiving pop down instruction pushshort or pushint, send pop down instruction pushshort or pushint to described processing module;
Described processing module is additionally operable to:
Receive described pop down instruction pushshort or pushint, the data in described pop down instruction pushshort or pushint are written in described stack according to the order of sequence。
Preferably, described processing module specifically for:
Receive described pop down instruction pushReference, described first object reference is carried out step-by-step and negates and obtain described first check value, described first check value and described first object reference are merged, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, data are read according to principle first-in last-out, obtain the second check value in the data of described reading and the second object reference, described second object reference carries out step-by-step negate and obtain described 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
Preferably, described processing module specifically for:
Receive described pop down instruction pushReference, described first object reference step-by-step and preset value are carried out predetermined registration operation and obtains described first check value, described first check value and described first object reference are merged, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, data are read according to principle first-in last-out, obtain the second check value in the data of described reading and the second object reference, described second object reference step-by-step and preset value are carried out predetermined registration operation and obtains described 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
Preferably, described processing module specifically for:
Receive described pop down instruction pushReference, described first check value is calculated according to the first object reference in described pop down instruction pushReference, before or after described first check value is placed in described first object reference, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, read data according to principle first-in last-out;
The front M position of the data obtaining described reading obtains described second check value, and the rear N position of the data obtaining described reading obtains described second object reference;Or, the rear M position of the data obtaining described reading obtains described second check value, and the top N obtaining the data of described reading obtains described second object reference;Wherein, the figure place of described second check value in M position, N is the figure place of described second object reference;
The second object reference according to obtaining calculates the 3rd check value, it is judged that calculated 3rd check value is identical with the second check value of acquisition, returns the second object reference obtained。
Compared with prior art, technical scheme includes: when receiving pop down instruction pushReference, the first check value is calculated according to the first object reference in pop down instruction pushReference, first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;When receiving bullet stack instruction popReference, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。Pass through the solution of the present invention, when receiving pop down instruction pushReference, after first check value and the first object reference are merged in write storehouse, when receiving bullet stack instruction popReference, by comparing the second check value and the 3rd check value, just return the second object reference when the second check value and the 3rd check value are identical, thus assailant cannot use pop down instruction pushshort or pushint that the content of object corresponding to object reference is operated, improve safety。
Accompanying drawing explanation
Below the accompanying drawing in the embodiment of the present invention being illustrated, the accompanying drawing in embodiment is for a further understanding of the present invention, is used for explaining the present invention, is not intended that limiting the scope of the invention together with description。
Fig. 1 is that the present invention realizes pop down and plays the method flow diagram of stack;
Fig. 2 is the structure composition schematic diagram that the present invention realizes the device of pop down and bullet stack。
Detailed description of the invention
For the ease of the understanding of those skilled in the art, below in conjunction with accompanying drawing, the invention will be further described, can not be used for limiting the scope of the invention。It should be noted that when not conflicting, the embodiment in the application and the various modes in embodiment can be mutually combined。
Referring to Fig. 1, the present invention proposes a kind of method realizing pop down and bullet stack, including:
Step 100, when receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence。
In this step, calculate the first check value according to the first object reference in pop down instruction pushReference and include:
First object reference carries out step-by-step negate and obtain the first check value;
Or the first object reference step-by-step and preset value are carried out predetermined registration operation obtain the first check value。
Wherein, predetermined registration operation can be with or or or XOR etc.。
In this step, the first check value and the first object reference are merged and include:
Before or after described first check value is placed in described first object reference。
Step 101, receive bullet stack instruction popReference time, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
In this step, when judging that the 3rd check value and the second check value differ, throw exception。
In this step, calculate the 3rd check value according to the second object reference obtained and include:
Second object reference carries out step-by-step negate and obtain the 3rd check value;
Or the second object reference step-by-step and preset value are carried out predetermined registration operation obtain described 3rd check value。
In this step, obtain the second check value in the data read and the second object reference include:
The front M position obtaining the data read obtains the second check value, and the rear N position obtaining the data read obtains the second object reference;Or,
The rear M position obtaining the data read obtains the second check value, and the top N obtaining the data read obtains the second object reference;Wherein, the figure place of M position the second check value, N is the figure place of the second object reference。
Wherein, M and N can be identical, it is also possible to different。
Pass through the solution of the present invention, when receiving pop down instruction pushReference, after first check value and the first object reference are merged in write storehouse, when receiving bullet stack instruction popReference, by comparing the second check value and the 3rd check value, just return the second object reference when the second check value and the 3rd check value are identical, thus assailant cannot use pop down instruction pushshort or pushint that the content of object corresponding to object reference is operated, improve safety。
Further, when receiving pop down instruction pushshort or pushint, the method also includes:
Data in pop down instruction pushshort or pushint are written in stack according to the order of sequence。
Pass through the solution of the present invention, when receiving bullet stack instruction popReference, by comparing the second check value and the 3rd check value, the second object reference is just returned when the second check value and the 3rd check value are identical, thus assailant cannot use pop down instruction pushshort or pushint to carry out the content that reading object quotes the object of correspondence, improve safety。
Referring to Fig. 2, the invention allows for a kind of device realizing pop down and playing stack, at least include:
Receiver module, when being used for receiving pop down instruction pushReference, sends pop down instruction pushReference to processing module;When receiving bullet stack instruction popReference, send a notification message to processing module;
Processing module, for receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
In assembly of the invention, processing module is additionally operable to:
Judge that the 3rd check value and the second check value differ, throw exception。
In assembly of the invention, receiver module is additionally operable to:
When receiving pop down instruction pushshort or pushint, send pop down instruction pushshort or pushint to processing module;
Processing module is additionally operable to:
Receive pop down instruction pushshort or pushint, the data in pop down instruction pushshort or pushint are written in stack according to the order of sequence。
In assembly of the invention, processing module specifically for:
Receive pop down instruction pushReference, the first object reference is carried out step-by-step and negates and obtain the first check value, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, second object reference carries out step-by-step negate and obtain the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
In assembly of the invention, processing module specifically for:
Receive pop down instruction pushReference, the first object reference step-by-step and preset value are carried out predetermined registration operation and obtains the first check value, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, second object reference step-by-step and preset value are carried out predetermined registration operation and obtains the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
In assembly of the invention, processing module specifically for:
Receive pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, before or after the first check value is placed in the first object reference, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, read data according to principle first-in last-out;
The front M position obtaining the data read obtains the second check value, and the rear N position obtaining the data read obtains the second object reference;Or, the rear M position obtaining the data read obtains the second check value, and the top N obtaining the data read obtains the second object reference;Wherein, the figure place of M position the second check value, N is the figure place of the second object reference;
The second object reference according to obtaining calculates the 3rd check value, it is judged that calculated 3rd check value is identical with the second check value of acquisition, returns the second object reference obtained。
It should be noted that; embodiment described above is for only for ease of those skilled in the art and understands; it is not limited to protection scope of the present invention; under the premise without departing from the inventive concept of the present invention, those skilled in the art to the made any apparent replacement and improvement etc. of the present invention all within protection scope of the present invention。

Claims (12)

1. one kind realizes pop down and the method playing stack, it is characterised in that including:
When receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;
When receiving bullet stack instruction popReference, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
2. method according to claim 1, it is characterised in that when judging that described 3rd check value and described second check value differ, the method also includes: throw exception。
3. method according to claim 1 and 2, it is characterised in that when receiving pop down instruction pushshort or pushint, the method also includes:
Data in pop down instruction pushshort or pushint received are written in described stack according to the order of sequence。
4. method according to claim 1 and 2, it is characterised in that described calculate the first check value according to the first object reference in pop down instruction pushReference and include:
Described first object reference carries out step-by-step negate and obtain described first check value;
Described the second object reference according to acquisition calculates the 3rd check value and includes:
Described second object reference carries out step-by-step negate and obtain described 3rd check value。
5. method according to claim 1 and 2, it is characterised in that described calculate the first check value according to the first object reference in pop down instruction pushReference and include:
Described first object reference step-by-step and preset value are carried out predetermined registration operation and obtains described first check value;
Described the second object reference according to acquisition calculates the 3rd check value and includes:
Described second object reference step-by-step and preset value are carried out predetermined registration operation and obtains described 3rd check value。
6. method according to claim 1 and 2, it is characterised in that
Described first check value and the first object reference are merged and include: before or after described first check value is placed in described first object reference;
Described the second check value obtained in the data read and the second object reference include:
The front M position of the data obtaining described reading obtains described second check value, and the rear N position of the data obtaining described reading obtains described second object reference;Or,
The rear M position of the data obtaining described reading obtains described second check value, and the top N obtaining the data of described reading obtains described second object reference;
Wherein, M is the figure place of described second check value, and N is the figure place of described second object reference。
7. one kind realizes pop down and plays the device of stack, it is characterised in that at least include:
Receiver module, when being used for receiving pop down instruction pushReference, sends pop down instruction pushReference to processing module;When receiving bullet stack instruction popReference, send a notification message to processing module;
Processing module, for receiving pop down instruction pushReference, calculate the first check value according to the first object reference in pop down instruction pushReference, the first check value and the first object reference are merged, the data after merging are written in stack according to the order of sequence;Receive notification message, from stack, data are read according to principle first-in last-out, obtain the second check value in the data read and the second object reference, the second object reference according to obtaining calculates the 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
8. device according to claim 7, it is characterised in that described processing module is additionally operable to:
Judge that described 3rd check value and described second check value differ, throw exception。
9. the device according to claim 7 or 8, it is characterised in that described receiver module is additionally operable to:
When receiving pop down instruction pushshort or pushint, send pop down instruction pushshort or pushint to described processing module;
Described processing module is additionally operable to:
Receive described pop down instruction pushshort or pushint, the data in described pop down instruction pushshort or pushint are written in described stack according to the order of sequence。
10. the device according to claim 7 or 8, it is characterised in that described processing module specifically for:
Receive described pop down instruction pushReference, described first object reference is carried out step-by-step and negates and obtain described first check value, described first check value and described first object reference are merged, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, data are read according to principle first-in last-out, obtain the second check value in the data of described reading and the second object reference, described second object reference carries out step-by-step negate and obtain described 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
11. the device according to claim 7 or 8, it is characterised in that described processing module specifically for:
Receive described pop down instruction pushReference, described first object reference step-by-step and preset value are carried out predetermined registration operation and obtains described first check value, described first check value and described first object reference are merged, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, data are read according to principle first-in last-out, obtain the second check value in the data of described reading and the second object reference, described second object reference step-by-step and preset value are carried out predetermined registration operation and obtains described 3rd check value, judge that calculated 3rd check value is identical with the second check value of acquisition, return the second object reference obtained。
12. the device according to claim 7 or 8, it is characterised in that described processing module specifically for:
Receive described pop down instruction pushReference, described first check value is calculated according to the first object reference in described pop down instruction pushReference, before or after described first check value is placed in described first object reference, the data after described merging are written in stack according to the order of sequence;Receive described notification message, from described stack, read data according to principle first-in last-out;
The front M position of the data obtaining described reading obtains described second check value, and the rear N position of the data obtaining described reading obtains described second object reference;Or, the rear M position of the data obtaining described reading obtains described second check value, and the top N obtaining the data of described reading obtains described second object reference;Wherein, the figure place of described second check value in M position, N is the figure place of described second object reference;
The second object reference according to obtaining calculates the 3rd check value, it is judged that calculated 3rd check value is identical with the second check value of acquisition, returns the second object reference obtained。
CN201610012520.3A 2016-01-08 2016-01-08 A kind of method and apparatus realized pop down and play stack Active CN105700851B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610012520.3A CN105700851B (en) 2016-01-08 2016-01-08 A kind of method and apparatus realized pop down and play stack

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610012520.3A CN105700851B (en) 2016-01-08 2016-01-08 A kind of method and apparatus realized pop down and play stack

Publications (2)

Publication Number Publication Date
CN105700851A true CN105700851A (en) 2016-06-22
CN105700851B CN105700851B (en) 2018-06-01

Family

ID=56227000

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610012520.3A Active CN105700851B (en) 2016-01-08 2016-01-08 A kind of method and apparatus realized pop down and play stack

Country Status (1)

Country Link
CN (1) CN105700851B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0912925A1 (en) * 1996-07-16 1999-05-06 Advanced Micro Devices, Inc. A return stack structure and a superscalar microprocessor employing same
US5968169A (en) * 1995-06-07 1999-10-19 Advanced Micro Devices, Inc. Superscalar microprocessor stack structure for judging validity of predicted subroutine return addresses
CN101295266A (en) * 2008-06-05 2008-10-29 华为技术有限公司 Method, device and system for detecting and removing deadlock
CN104536810A (en) * 2014-12-18 2015-04-22 北京奇虎科技有限公司 Abnormity detecting method and device based on stacks
CN105095304A (en) * 2014-05-19 2015-11-25 华为技术有限公司 Log template generation method and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5968169A (en) * 1995-06-07 1999-10-19 Advanced Micro Devices, Inc. Superscalar microprocessor stack structure for judging validity of predicted subroutine return addresses
EP0912925A1 (en) * 1996-07-16 1999-05-06 Advanced Micro Devices, Inc. A return stack structure and a superscalar microprocessor employing same
CN101295266A (en) * 2008-06-05 2008-10-29 华为技术有限公司 Method, device and system for detecting and removing deadlock
CN105095304A (en) * 2014-05-19 2015-11-25 华为技术有限公司 Log template generation method and equipment
CN104536810A (en) * 2014-12-18 2015-04-22 北京奇虎科技有限公司 Abnormity detecting method and device based on stacks

Also Published As

Publication number Publication date
CN105700851B (en) 2018-06-01

Similar Documents

Publication Publication Date Title
CN103793257B (en) The streaming of a kind of Android program performs method
CN105808251B (en) Virtual function table hijacking bypass security detection method and system
CN104408366B (en) Android application program authority usage behavior tracking based on Program instrumentation
US11082404B2 (en) RPC call interception
KR20160058673A (en) Method and apparatus for preventing injection-type attacks in a web based operating system
CN110798490B (en) Method and device for accessing third-party system based on data center and data center
US20170366925A1 (en) Nfc-based communication device and method
CN106056350B (en) Method, device and system for extracting information of e-mail
CN104679596A (en) Message processing method and system for improving concurrence performance of server-side
EP3021252B1 (en) Method and apparatus for preventing injection-type attack in web-based operating system
CN105760134B (en) A kind of data processing method and electronic equipment
CN104270287A (en) Message disorder detecting method and device
CN106933611A (en) Kind loading method and Classloader
CN107391182A (en) Generation method, device, server and storage medium of theme installation package
CN105700851A (en) Method and device for implementing push and pop
CN107085516A (en) A kind of method and device for changing configuration
CN104992112A (en) Method and device used for detecting sensitive information leakage of Android
CN106202017A (en) Fill in the method and device of list
CN110018890B (en) Interaction method between threads, electronic equipment and readable storage medium
CN110889689A (en) Transaction request processing method and device, electronic equipment and readable storage medium
CN102567126A (en) Method and device for site reproduction of hardware
CN104965786B (en) A kind of adjustment method of application program, debugging host and operation host
CN108334317A (en) Graphics engine, graphics engine construction method, update method and device
CN112751807B (en) Secure communication method, device, system and storage medium
CN111914128A (en) Method and device for determining associated user, electronic equipment and readable storage medium

Legal Events

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