CN111984938A - Device driving authorization method, device, equipment and storage medium - Google Patents

Device driving authorization method, device, equipment and storage medium Download PDF

Info

Publication number
CN111984938A
CN111984938A CN202010790343.8A CN202010790343A CN111984938A CN 111984938 A CN111984938 A CN 111984938A CN 202010790343 A CN202010790343 A CN 202010790343A CN 111984938 A CN111984938 A CN 111984938A
Authority
CN
China
Prior art keywords
specified
machine
information
machine information
drive
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.)
Withdrawn
Application number
CN202010790343.8A
Other languages
Chinese (zh)
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010790343.8A priority Critical patent/CN111984938A/en
Publication of CN111984938A publication Critical patent/CN111984938A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/12Protecting executable software
    • G06F21/121Restricting unauthorised execution of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a device driving authorization method, a device and a storage medium, wherein the method comprises the following steps: determining a machine needing to use a specified external device as a specified machine; when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information; and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive. Therefore, the machine with corresponding authority can realize the installation of the driver and the use of the corresponding external equipment, and the scene requirement that the external equipment can only normally work on the specific machine is met based on the control of the driver installation.

Description

Device driving authorization method, device, equipment and storage medium
Technical Field
The present invention relates to the field of software program technology, and more particularly, to a device driver authorization method, apparatus, device, and storage medium.
Background
For a non-plug-and-play external device (external device for short), such as a PCI device, to be identified by an operating system (Linux or Windows) and then normally operate, a driver (driver for short) corresponding to the external device needs to be installed in the operating system. Since the driver development must know the characteristics of a specific external device, the manufacturer of the external device is usually responsible for providing a corresponding driver, and the driver provided by the manufacturer can be adapted to any machine, that is, can be used after being installed on any machine, but the inventor finds that, sometimes, for intellectual property protection or business needs, the external device is required to be able to normally work only on a specific machine, that is, the driver corresponding to the external device can only be adapted to the specific machine, and is installed on the specific machine, and obviously, the prior art cannot meet the requirement of such a scenario.
Disclosure of Invention
The invention aims to provide a device driving authorization method, a device, equipment and a storage medium, so that a machine only having corresponding authority can realize the installation of a driver and the use of the driver corresponding to external equipment, and the scene requirement that the external equipment can only normally work on a specific machine is met based on the control of the driver installation.
In order to achieve the above purpose, the invention provides the following technical scheme:
a device driver authorization method, comprising:
determining a machine needing to use a specified external device as a specified machine;
when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information;
and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive.
Preferably, the acquiring the machine information of the designated machine includes:
and searching a specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
Preferably, reading the machine information of the designated machine from a position corresponding to the designated mark includes:
and searching a head part with the same type as the type of the machine information needing to be read from the position corresponding to the specified mark, reading the index information from a data area corresponding to the head part, reading the stored character string from a character string area corresponding to the index information, and determining the character string as the machine information of the specified machine.
Preferably, the method further comprises the following steps:
receiving update information sent by a terminal having management authority for the specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
A device driver authorization apparatus comprising:
a determination module to: determining a machine needing to use a specified external device as a specified machine;
an acquisition module to: when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information;
an authorization module to: and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive.
Preferably, the obtaining module includes:
an acquisition unit configured to: and searching a specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
Preferably, the acquiring unit includes:
an acquisition subunit to: and searching a head part with the same type as the type of the machine information needing to be read from the position corresponding to the specified mark, reading the index information from a data area corresponding to the head part, reading the stored character string from a character string area corresponding to the index information, and determining the character string as the machine information of the specified machine.
Preferably, the method further comprises the following steps:
an update module to: receiving update information sent by a terminal having management authority for the specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
A device driver authorization device comprising:
a memory for storing a computer program;
a processor for implementing the steps of the device driver authorization method as described in any one of the above when executing the computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of a device driver authorization method according to any one of the preceding claims.
The invention provides a device driving authorization method, a device and a storage medium, wherein the method comprises the following steps: determining a machine needing to use a specified external device as a specified machine; when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information; and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive. According to the technical scheme, when the driver is installed on the machine, machine information for identifying the machine is obtained, the machine information is compared with machine information of the machine with installation authority for the driver, if the machine information is consistent with the machine information of the machine with installation authority for the driver, the machine with the driver being installed has installation authority for the driver, and therefore installation is continued, so that the corresponding external equipment is used, otherwise, the machine with the driver being installed does not have the use authority for the driver, and therefore installation is stopped, so that the use of the corresponding external equipment by the driver is forbidden; therefore, the machine with corresponding authority can realize the installation of the driver and the use of the corresponding external equipment, and the scene requirement that the external equipment can only normally work on the specific machine is met based on the control of the driver installation.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a first flowchart of a device driver authorization method according to an embodiment of the present invention;
fig. 2 is a second flowchart of a device driver authorization method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus driving authorization apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
Referring to fig. 1, a flowchart of a device driver authorization method according to an embodiment of the present invention is shown, where the method includes:
s11: the machine that needs to use the specified external device is determined as the specified machine.
The execution main body of the device driving authorization method provided by the embodiment of the present invention may be a corresponding device driving authorization apparatus, and the device driving authorization apparatus may be integrated in a driver, so the execution main body of the device driving authorization method may be a driver, and the following description specifically describes the execution main body of the device driving authorization method as a driver. The designated external device can be any non-plug-and-play external device, the designated driver is a driver corresponding to the designated external device, the designated machine is any machine needing to use the external device, if the designated machine needs to specify the external device to work normally on the designated machine, or the designated machine needs to use the designated external device normally, the designated driver corresponding to the designated external device needs to be installed on the designated machine, and then the designated driver is used for realizing the normal use of the designated external device after the initialization operation of the designated external device is realized.
S12: when a specified drive for realizing use of a specified external device is installed on a specified machine, machine information of the specified machine is acquired, and the machine information is determined to be the specified machine information.
In the early stage of installation of the drive, or after detecting that the specified drive is installed on the specified machine, machine information capable of uniquely representing the identity of the specified machine can be acquired, and then the machine information is used for determining whether the specified machine has the authority to install the specified drive (or the authority to use the specified external device), if so, the installation can be continued, so that the specified machine can realize the use of the specified external device based on the installed specified drive, otherwise, the installation is terminated, so that the specified machine is prohibited from realizing the use of the specified external device based on the specified drive.
S13: and comparing the designated machine information with the machine information of the machine with the installation authority for the designated drive, if the comparison result is that the designated drive and the machine information are the same, continuing to install the designated drive, and otherwise, terminating the installation of the designated drive.
And comparing the designated machine information with the machine information of the machine with the installation authority for the designated drive, if the comparison result is the same, indicating that the designated machine is the machine with the installation authority for the designated drive, otherwise, indicating that the designated machine is not the machine with the installation authority for the designated drive. In addition, the type of the designated device information is the same as the type of the device information of the device having the installation authority for the designated drive, and both the designated device information and the device information may be information that can uniquely represent the corresponding device, such as a device ID, a device name, a device number, or the like of the corresponding device.
According to the technical scheme, when the driver is installed on the machine, machine information for identifying the machine is obtained, the machine information is compared with machine information of the machine with installation authority for the driver, if the machine information is consistent with the machine information of the machine with installation authority for the driver, the machine with the driver being installed has installation authority for the driver, and therefore installation is continued, so that the corresponding external equipment is used, otherwise, the machine with the driver being installed does not have the use authority for the driver, and therefore installation is stopped, so that the use of the corresponding external equipment by the driver is forbidden; therefore, the machine with corresponding authority can realize the installation of the driver and the use of the corresponding external equipment, and the scene requirement that the external equipment can only normally work on the specific machine is met based on the control of the driver installation.
The method for authorizing the device driver, provided by the embodiment of the invention, acquires the machine information of the specified machine, and can comprise the following steps:
and searching the specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
The information about the machine may include manufacturer, BIOS information, system information, motherboard information, processor, memory, machine ID (or machine number), machine name, etc., and the machine information in the present application may select any one or more items of information from them; in the embodiment of the present application, the organization manner of the above information may follow the same specification, which is called system Management Basic Input Output system (smbios); when the machine is started, the information is read into a space (such as between 0xF0000 and 0 xFFFFF) in the memory of the machine; the first part of the information as a whole is called an SMBIOS entry point, and starts with a specified mark (e.g., "_ SM _"), which includes the address and total length from which the information starts, so that when the information is obtained, the specified mark can be searched in a memory space, the specified mark can determine the address and total length of the information start, that is, the position corresponding to the specified mark, and then the machine information of the specified machine is read from the position, thereby greatly improving the speed of information obtaining by memory storage and reading, and further ensuring quick reading of the information by reading the machine information by the mark searching method.
The method for authorizing the device driver, provided by the embodiment of the present invention, reads the machine information of the designated machine from the position corresponding to the designated mark, and may include:
the head part with the same type as the type of the machine information needing to be read is searched for from the position corresponding to the specified mark, the index information is read from the data area corresponding to the head part, the stored character string is read from the character string area corresponding to the index information, and the character string is determined to be the machine information of the specified machine.
The information about the machine may include many kinds, such as manufacturer, BIOS information, system information, motherboard information, processor, memory, machine ID (or machine number), machine name, etc., and the organization format of the information may include three parts, i.e., a header, an information-specific data area, and a character string area. The header indicates which kind of the information is, and may be a code number corresponding to the kind of the information stored in the header, for example, the code number is 0 and is BIOS information, and the code number is 1 and is system information; the information is of different types and different structures, the data area contains information of specific types, if the information is actually a longer character string, an integer value (index information) is stored in the data area and used for indexing the character string area to obtain actual character string information (character string for short) in the corresponding character string area, and the character string area stores character string information used for indexing by the integer value of the data area; if the information is actually a short character string, the character string is stored in the data area, and a corresponding character string area does not need to be set for the information. The machine information set in the embodiment of the application is usually information with a longer character string, so that corresponding information is usually obtained in a manner of a header, a data area and a character string area, and for information with a shorter character string, corresponding information can be obtained in a manner of a header and a data area, so that management and acquisition of information are facilitated in this manner.
The device driving authorization method provided by the embodiment of the invention can further comprise the following steps:
receiving update information sent by a terminal having management authority for a specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
It should be noted that, for a case that a machine having an installation right to a drive needs to be changed, in the embodiment of the present application, update information sent by a terminal having a management right to a specified drive by a worker or the like may be received, where the update information carries corresponding machine information, so that the machine information carried in the update information replaces the machine information stored in the drive, and the machine information currently stored in the drive may have an installation right to the drive corresponding to the machine, and thus, the change of the machine having the installation right to the drive may be simply and conveniently achieved in this way.
As shown in fig. 2, in a specific application scenario, a method for device driver authorization provided in an embodiment of the present invention may include:
1) sequentially searching _ SM _ marks from the beginning in memory spaces 0xF0000 and 0xFFFFF, and positioning SMBIOS entry points;
2) from the information contained in the SMBIOS entry point, the address where the information about the machine (i.e., the specific information in FIG. 2) begins is found;
3) from the starting address, sequentially traversing to find the category (i.e. the specific type in fig. 2) containing the required information corresponding to the specific information, such as the name of the product to be found, which is contained in the information with the code number 1, so that the process is to find the information with the code number 1;
4) finding needed information in the specific information, such as a machine product name, storing an integer numerical value in a data area of the system information, and indexing in a character string area of the system information to obtain final information;
5) comparing the obtained information with the required information, and if the obtained information is consistent with the required information, continuing to execute drive installation; otherwise, the drive mount is terminated.
The invention provides an authorization mechanism on the level of drive software for meeting the requirement that external equipment can only normally work on a specific machine, and limits the drive to be successfully installed on the specific machine; the basic idea is that the specific identification information of the machine is read in the early stage of the drive installation, if the identification information is in accordance with the requirement, the drive installation step is continuously executed, and the equipment is initialized; otherwise, the requirement is not met, namely the equipment is not a specific machine, the installation of the drive is not continued, and the equipment cannot work normally because the equipment is not initialized.
An embodiment of the present invention further provides an apparatus driving authorization apparatus, as shown in fig. 3, which may include:
a determining module 11, configured to: determining a machine needing to use a specified external device as a specified machine;
an obtaining module 12, configured to: when a designated drive for realizing the use of a designated external device is installed on a designated machine, acquiring machine information of the designated machine, and determining the machine information as the designated machine information;
an authorization module 13 configured to: and comparing the designated machine information with the machine information of the machine with the installation authority for the designated drive, if the comparison result is that the designated drive and the machine information are the same, continuing to install the designated drive, and otherwise, terminating the installation of the designated drive.
In an apparatus driving authorization apparatus provided in an embodiment of the present invention, an obtaining module may include:
an acquisition unit configured to: and searching the specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
In an apparatus driving authorization apparatus provided in an embodiment of the present invention, an obtaining unit may include:
an acquisition subunit to: the head part with the same type as the type of the machine information needing to be read is searched for from the position corresponding to the specified mark, the index information is read from the data area corresponding to the head part, the stored character string is read from the character string area corresponding to the index information, and the character string is determined to be the machine information of the specified machine.
The device driving authorization apparatus provided by the embodiment of the present invention may further include:
an update module to: receiving update information sent by a terminal having management authority for a specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
An embodiment of the present invention further provides a device driver authorization device, which may include:
a memory for storing a computer program;
a processor for implementing the steps of the device driver authorization method as described in any one of the above when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the device driver authorization method according to any one of the above.
It should be noted that, for descriptions of relevant parts in the device driver authorization apparatus, the device and the storage medium provided in the embodiment of the present invention, reference is made to detailed descriptions of corresponding parts in the device driver authorization method provided in the embodiment of the present invention, and details are not described herein again. In addition, parts of the above technical solutions provided in the embodiments of the present invention that are consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so as to avoid redundant description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A device driver authorization method, comprising:
determining a machine needing to use a specified external device as a specified machine;
when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information;
and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive.
2. The method of claim 1, wherein obtaining machine information for the specified machine comprises:
and searching a specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
3. The method of claim 2, wherein reading the machine information of the specified machine from the location corresponding to the specified marking comprises:
and searching a head part with the same type as the type of the machine information needing to be read from the position corresponding to the specified mark, reading the index information from a data area corresponding to the head part, reading the stored character string from a character string area corresponding to the index information, and determining the character string as the machine information of the specified machine.
4. The method of claim 3, further comprising:
receiving update information sent by a terminal having management authority for the specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
5. A device driver authorization apparatus, comprising:
a determination module to: determining a machine needing to use a specified external device as a specified machine;
an acquisition module to: when a specified drive used for realizing the use of the specified external equipment is installed on the specified machine, obtaining the machine information of the specified machine, and determining the machine information as the specified machine information;
an authorization module to: and comparing the specified machine information with the machine information of the machine with the installation authority of the specified drive, if the comparison result is that the specified machine information and the machine information are the same, continuing to install the specified drive, and otherwise, terminating to install the specified drive.
6. The apparatus of claim 5, wherein the obtaining module comprises:
an acquisition unit configured to: and searching a specified mark in the memory space of the specified machine, and reading the machine information of the specified machine from the position corresponding to the specified mark after the specified mark is searched.
7. The apparatus of claim 6, wherein the obtaining unit comprises:
an acquisition subunit to: and searching a head part with the same type as the type of the machine information needing to be read from the position corresponding to the specified mark, reading the index information from a data area corresponding to the head part, reading the stored character string from a character string area corresponding to the index information, and determining the character string as the machine information of the specified machine.
8. The apparatus of claim 7, further comprising:
an update module to: receiving update information sent by a terminal having management authority for the specified drive, and replacing machine information stored in the specified drive by using machine information contained in the update information; wherein the machine information having the installation authority for the specified drive is stored in the specified drive.
9. A device driver authorization device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the device driver authorization method according to any of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the device driver authorization method according to any one of claims 1 to 4.
CN202010790343.8A 2020-08-07 2020-08-07 Device driving authorization method, device, equipment and storage medium Withdrawn CN111984938A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010790343.8A CN111984938A (en) 2020-08-07 2020-08-07 Device driving authorization method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010790343.8A CN111984938A (en) 2020-08-07 2020-08-07 Device driving authorization method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111984938A true CN111984938A (en) 2020-11-24

Family

ID=73445745

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010790343.8A Withdrawn CN111984938A (en) 2020-08-07 2020-08-07 Device driving authorization method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111984938A (en)

Similar Documents

Publication Publication Date Title
US7685322B2 (en) Port number emulation for wireless USB connections
US5974474A (en) System for automatic hardware identification and configuration where instance values are unique within the computer system and resource requirement conflicts are resolved by modifying resource settings
US8751783B2 (en) Booting computing devices with EFI aware operating systems
US8190535B2 (en) Method of manufacturing an information handling system
CN103559065B (en) Method and system for OTA (Over-the-Air Technology) upgrade
US7039796B2 (en) Method and system of locating a position in memory at which to store incoming firmware image
JPH11242646A (en) In-accessory resource offset mechanism
CN113760667B (en) Hard disk management method and device, readable storage medium and electronic equipment
CN113835729B (en) Upgrading method, upgrading device, terminal equipment and computer readable storage medium
CN113377458B (en) Plug-in management method and device, electronic equipment and storage medium
CN107423075B (en) Driven registration method and user terminal
CN114625399A (en) System upgrading method and related device, equipment and storage medium
JPH08286925A (en) Program load method and personal computer using same
CN111984938A (en) Device driving authorization method, device, equipment and storage medium
CN116302720A (en) Slot binding method, slot binding system, terminal equipment and storage medium
CN112182516A (en) Detection method based on RELRO security protection, terminal and storage medium
CN117687704B (en) Display card initialization method, device, equipment and storage medium
CN110825795A (en) Method, device and equipment for accessing database and computer readable storage medium
CN117483964A (en) Automatic laser marking method, system, terminal and storage medium
US6957359B2 (en) Data processing apparatus and data processing method
KR100678609B1 (en) System and method for calling command function in smartcard, and patch system and method therefor
CN115629786A (en) Method and device for upgrading capacitive screen firmware of mobile terminal
JP2003076565A (en) Equipment controller, program update method, storage medium and program
CN114691229B (en) Application program self-starting method and device and electronic equipment
US20220245088A1 (en) Connection method for connecting usb virtual com device and program therefor

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20201124

WW01 Invention patent application withdrawn after publication